Created
September 5, 2011 14:39
-
-
Save nathankleyn/1195142 to your computer and use it in GitHub Desktop.
JSHint Output
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
nathan@orchid:~/Code/global_dawn/platform-seagull/www/js$ jshint app/**/*.js gd/**/*.js | |
app/base.js: line 59, col 30, 'app' is not defined. | |
app/base.js: line 60, col 34, 'app' is not defined. | |
app/base.js: line 61, col 34, 'app' is not defined. | |
app/base.js: line 62, col 38, 'app' is not defined. | |
app/base.js: line 63, col 38, 'app' is not defined. | |
app/base.js: line 63, col 79, Extra comma. | |
app/controllers/Home.js: line 96, col 17, 'dojox' is not defined. | |
app/controllers/Home.js: line 109, col 17, 'dojox' is not defined. | |
gd/core/Dispatcher.js: line 44, col 13, Too many var statements. | |
gd/core/utils.js: line 28, col 7, Too many var statements. | |
gd/core/utils.js: line 33, col 27, Expected '===' and instead saw '=='. | |
gd/core/utils.js: line 67, col 15, Too many var statements. | |
gd/core/utils.js: line 91, col 61, Expected '===' and instead saw '=='. | |
gd/models/Twitter.js: line 10, col 14, 'dojox' is not defined. | |
gd/store/GdJsonRest.js: line 48, col 25, Expected '!==' and instead saw '!='. | |
gd/tests/core/Renderer.js: line 65, col 27, 'Router' is not defined. | |
gd/tests/core/Renderer.js: line 90, col 27, 'Router' is not defined. | |
gd/tests/core/Renderer.js: line 139, col 27, 'Router' is not defined. | |
gd/tests/core/Renderer.js: line 161, col 27, 'Router' is not defined. | |
gd/tests/core/Renderer.js: line 177, col 27, 'Router' is not defined. | |
gd/tests/core/Renderer.js: line 200, col 27, 'Router' is not defined. | |
gd/tests/core/Router.js: line 61, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 62, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 63, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 64, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 65, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 66, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 67, col 12, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/Router.js: line 70, col 53, Expected an identifier and instead saw 'in' (a reserved word). | |
gd/tests/core/utils.js: line 20, col 38, A constructor name should start with an uppercase letter. | |
30 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment