Created
March 21, 2014 23:12
-
-
Save meandavejustice/9698424 to your computer and use it in GitHub Desktop.
wtf imhotep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(imhotep)meandave@Mainframe:~/Code/imhotep$ python imhotep/main.py --repo_name="meandavejustice/extreme-sound-stretch" --github-username="meandavejustice" --github-password="CLASSIFIED" --pr-number=2 | |
No handlers could be found for logger "__main__" | |
remote: Reusing existing pack: 51, done. | |
remote: Counting objects: 10, done. | |
remote: Compressing objects: 100% (10/10), done. | |
remote: Total 61 (delta 2), reused 0 (delta 0) | |
Receiving objects: 100% (61/61), 36.91 MiB | 761 KiB/s, done. | |
Resolving deltas: 100% (17/17), done. | |
Note: checking out 'f1799dcf26f2e3d4313c41e7a6fcf8d25b73840f'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at f1799dc... add a bad js file for jshint test | |
(imhotep)meandave@Mainframe:~/Code/imhotep$ git status | |
# On branch master | |
nothing to commit (working directory clean) | |
(imhotep)meandave@Mainframe:~/Code/imhotep$ python imhotep/main.py --repo_name="meandavejustice/extreme-sound-stretch" --github-username="meandavejustice" --github-password="f6975ca86ab5df79b0ad14d23bfe33801252ed63" --pr-number=2 --debug | |
No handlers could be found for logger "__main__" | |
DEBUG:imhotep.http:Fetching https://api.github.com/repos/meandavejustice/extreme-sound-stretch/pulls/2 | |
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com | |
DEBUG:requests.packages.urllib3.connectionpool:"GET /repos/meandavejustice/extreme-sound-stretch/pulls/2 HTTP/1.1" 200 None | |
DEBUG:imhotep.app:Shallow: False | |
DEBUG:imhotep.repomanagers:Cloning git://github.com/meandavejustice/extreme-sound-stretch.git to /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stretch | |
DEBUG:imhotep.app:Running: git clone git://github.com/meandavejustice/extreme-sound-streme-sound-stretch | |
remote: Reusing existing pack: 51, done. | |
remote: Counting objects: 10, done. | |
remote: Compressing objects: 100% (10/10), done. | |
remote: Total 61 (delta 2), reused 0 (delta 0) | |
Receiving objects: 100% (61/61), 36.91 MiB | 493 KiB/s, done. | |
Resolving deltas: 100% (17/17), done. | |
DEBUG:imhotep.app:Running: cd /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stretch && gib73840f | |
Note: checking out 'f1799dcf26f2e3d4313c41e7a6fcf8d25b73840f'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at f1799dc... add a bad js file for jshint test | |
DEBUG:imhotep.app:Running: cd /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stretch && gi0cc | |
DEBUG:imhotep.app:running JSHint | |
DEBUG:imhotep.app:Tool configs [], found configs set([]) | |
DEBUG:imhotep.app:Running: find /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stretch -na | |
INFO:imhotep.app:0 violations. | |
INFO:imhotep.app:0 violations. | |
INFO:imhotep.app:0 violations. | |
DEBUG:imhotep.repomanagers:Cleaning up /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stre | |
DEBUG:imhotep.app:Running: rm -rf /tmp/tmpmgZwiHmeandavejustice__extreme-sound-stretch | |
# RUNNING JSHINT CMD LOCALLY vvvvv | |
meandave@Mainframe:~/Code/extreme-sound-stretch$ find -name "*.js" | xargs jshint | |
ERROR: Can't open ./.#bad-javascript-file.js | |
./static/index.js: line 33, col 2, Unnecessary semicolon. | |
./static/index.js: line 36, col 60, Missing semicolon. | |
./static/index.js: line 71, col 73, Missing semicolon. | |
./static/index.js: line 94, col 5, Missing semicolon. | |
./static/jquery.min.js: line 2, col 205, Missing semicolon. | |
./static/jquery.min.js: line 2, col 210, Expected an assignment or function call and instead saw an expression. | |
./static/jquery.min.js: line 2, col 211, Missing semicolon. | |
./static/jquery.min.js: line 2, col 433, Missing semicolon. | |
./static/jquery.min.js: line 2, col 500, Missing semicolon. | |
./static/jquery.min.js: line 2, col 602, Missing semicolon. | |
./static/jquery.min.js: line 2, col 631, Use '!==' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 679, Missing semicolon. | |
./static/jquery.min.js: line 2, col 788, Missing semicolon. | |
./static/jquery.min.js: line 2, col 832, Missing semicolon. | |
./static/jquery.min.js: line 2, col 917, Missing semicolon. | |
./static/jquery.min.js: line 2, col 920, Missing semicolon. | |
./static/jquery.min.js: line 2, col 985, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1021, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1057, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1152, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1215, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1481, Use '!==' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 1682, Expected an assignment or function call and instead saw an expression. | |
./static/jquery.min.js: line 2, col 1692, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1804, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1875, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1931, Use '!==' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 1948, Missing semicolon. | |
./static/jquery.min.js: line 2, col 1997, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2164, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2182, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2191, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2253, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2283, Use '===' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 2364, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2537, Expected an assignment or function call and instead saw an expression. | |
./static/jquery.min.js: line 2, col 2538, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2600, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2686, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2787, Confusing use of '!'. | |
./static/jquery.min.js: line 2, col 2795, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2837, Confusing use of '!'. | |
./static/jquery.min.js: line 2, col 2845, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2899, Confusing use of '!'. | |
./static/jquery.min.js: line 2, col 2907, Missing semicolon. | |
./static/jquery.min.js: line 2, col 2953, Confusing use of '!'. | |
./static/jquery.min.js: line 2, col 2970, Missing semicolon. | |
./static/jquery.min.js: line 2, col 3000, Use '===' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 3016, Missing semicolon. | |
./static/jquery.min.js: line 2, col 3065, Use '!==' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 3134, Missing semicolon. | |
./static/jquery.min.js: line 2, col 3171, Use '===' to compare with 'null'. | |
./static/jquery.min.js: line 2, col 3191, Missing semicolon. | |
./static/jquery.min.js: line 2, col 3287, Missing semicolon. | |
./static/jquery.min.js: line 2, col 3287, Too many errors. (40% scanned). | |
./bad-javascript-file.js: line 1, col 41, Missing semicolon. | |
./bad-javascript-file.js: line 4, col 35, Missing semicolon. | |
57 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment