Created
January 15, 2014 08:31
-
-
Save Katharine/8432720 to your computer and use it in GitHub Desktop.
Linting failure report.
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
Setting top to : /tmp/tmpj7gnmZ | |
Setting out to : /tmp/tmpj7gnmZ/build | |
Checking for program gcc,cc : arm-none-eabi-gcc | |
Checking for program ar : arm-none-eabi-ar | |
Found Pebble SDK in : /home/vagrant/sdk2/Pebble | |
'configure' finished successfully (0.030s) | |
Waf: Entering directory `/tmp/tmpj7gnmZ/build' | |
Traceback (most recent call last): | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Scripting.py", line 97, in waf_entry_point | |
run_commands() | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Scripting.py", line 153, in run_commands | |
ctx=run_command(cmd_name) | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Scripting.py", line 146, in run_command | |
ctx.execute() | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Scripting.py", line 351, in execute | |
return execute_method(self) | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Build.py", line 106, in execute | |
self.execute_build() | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Build.py", line 109, in execute_build | |
self.recurse([self.run_dir]) | |
File "/home/vagrant/sdk2/Pebble/.waf-1.7.11-e248e7c2ab5100c227e21b0fb258ca96/waflib/Context.py", line 128, in recurse | |
user_function(self) | |
File "/tmp/tmpj7gnmZ/wscript", line 23, in build | |
hint("src/js/pebble-js-app.js") | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 726, in __call__ | |
return RunningCommand(cmd, call_args, stdin, stdout, stderr) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 291, in __init__ | |
self.wait() | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 295, in wait | |
self._handle_exit_code(self.process.wait()) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 309, in _handle_exit_code | |
self.process.stderr | |
ErrorReturnCode_2: | |
RAN: '/usr/bin/jshint --config pebble-jshintrc src/js/pebble-js-app.js' | |
STDOUT: | |
src/js/pebble-js-app.js: line 6, col 3, Expected 'symbol' to have an indentation at 2 instead at 3. | |
src/js/pebble-js-app.js: line 13, col 15, Missing semicolon. | |
src/js/pebble-js-app.js: line 21, col 7, Expected 'if' to have an indentation at 6 instead at 7. | |
src/js/pebble-js-app.js: line 22, col 9, Expected 'console' to have an indentation at 7 instead at 9. | |
src/js/pebble-js-app.js: line 23, col 9, Expected 'response' to have an indentation at 7 instead at 9. | |
src/js/pebble-js-app.js: line 24, col 9, Expected 'var' to have an indentation at 7 instead at 9. | |
src/js/pebble-js-app.js: line 25, col 9, Expected 'if' to have an indentation at 7 instead at 9. | |
src/js/pebble-js-app.js: line 28, col 11, Expected 'Pebble' to have an indentation at 8 inst... (2421 more, please see e.stdout) | |
STDERR: | |
[ERROR ] A compilation error occurred |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment