Skip to content

Instantly share code, notes, and snippets.

@kraman
Created August 1, 2014 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kraman/9814c76ccfc44134d32a to your computer and use it in GitHub Desktop.
Save kraman/9814c76ccfc44134d32a to your computer and use it in GitHub Desktop.
achilles:strong-cli kraman$ npm run lint
> strongloop@2.6.3 lint /Users/kraman/Documents/strongloop/strong-cli
> jshint --exclude test/sandbox *.js lib test
lib/command.js: line 6, col 17, 'options' is already defined.
lib/command.js: line 13, col 56, Strings must use singlequote.
lib/command.js: line 15, col 102, Line is too long.
lib/command.js: line 1, col 11, 'assert' is defined but never used.
lib/command.js: line 2, col 10, 'spawn' is defined but never used.
lib/commands/lb.js: line 17, col 76, Trailing whitespace.
lib/commands/lb.js: line 19, col 66, Trailing whitespace.
lib/commands/lb.js: line 137, col 105, Line is too long.
lib/commands/lb.js: line 187, col 105, Line is too long.
lib/commands/lb.js: line 216, col 105, Line is too long.
lib/commands/lb.js: line 232, col 11, Expected 'case' to have an indentation at 9 instead at 11.
lib/commands/lb.js: line 233, col 13, Expected 'error' to have an indentation at 11 instead at 13.
lib/commands/lb.js: line 235, col 11, Expected 'default' to have an indentation at 9 instead at 11.
lib/commands/lb.js: line 236, col 13, Expected 'error' to have an indentation at 11 instead at 13.
lib/commands/lb.js: line 469, col 43, Missing semicolon.
lib/commands/lb.js: line 472, col 9, Missing semicolon.
lib/commands/lb.js: line 6, col 9, 'path' is defined but never used.
lib/commands/lb.js: line 11, col 20, 'ModelDefinition' is defined but never used.
lib/commands/lb.js: line 12, col 25, 'DatasourceDefinition' is defined but never used.
lib/commands/lb.js: line 14, col 11, 'colors' is defined but never used.
lib/commands/lb.js: line 177, col 16, 'project' is defined but never used.
lib/commands/strongops.js: line 2, col 109, Line is too long.
lib/commands/strongops.js: line 83, col 11, Expected '===' and instead saw '=='.
lib/commands/strongops.js: line 86, col 11, Expected '===' and instead saw '=='.
lib/commands/strongops.js: line 705, col 530, Line is too long.
lib/commands/strongops.js: line 755, col 530, Line is too long.
lib/commands/strongops.js: line 6, col 11, 'colors' is defined but never used.
lib/commands/strongops.js: line 114, col 33, 'promptToLoginOrRegister' is defined but never used.
lib/commands/strongops.js: line 142, col 19, 'doUserReg' is defined but never used.
lib/commands/update.js: line 1, col 10, 'debug' is defined but never used.
lib/example.js: line 68, col 51, Trailing whitespace.
lib/example.js: line 69, col 38, Trailing whitespace.
lib/example.js: line 71, col 76, Trailing whitespace.
lib/example.js: line 9, col 11, 'colors' is defined but never used.
lib/install.js: line 5, col 9, 'path' is defined but never used.
lib/loader.js: line 203, col 5, Expected 'if' to have an indentation at 3 instead at 5.
lib/loader.js: line 204, col 7, Expected 'module' to have an indentation at 5 instead at 7.
lib/loader.js: line 205, col 5, Expected '}' to have an indentation at 3 instead at 5.
lib/version.js: line 1, col 11, 'assert' is defined but never used.
lib/version.js: line 2, col 10, 'debug' is defined but never used.
lib/version.js: line 4, col 9, 'util' is defined but never used.
test/example.js: line 12, col 3, 'before' is not defined.
test/helpers/runner.js: line 39, col 4, Missing semicolon.
test/lb.js: line 115, col 25, Strings must use singlequote.
test/lb.js: line 116, col 27, Strings must use singlequote.
test/lb.js: line 117, col 23, Strings must use singlequote.
test/lb.js: line 117, col 33, Strings must use singlequote.
test/lb.js: line 118, col 27, Strings must use singlequote.
test/lb.js: line 119, col 30, Strings must use singlequote.
test/lb.js: line 120, col 24, Strings must use singlequote.
test/lb.js: line 121, col 25, Strings must use singlequote.
test/lb.js: line 121, col 35, Strings must use singlequote.
test/lb.js: line 8, col 10, 'async' is defined but never used.
test/lb.js: line 15, col 12, 'Project' is defined but never used.
test/strongops.js: line 48, col 97, Line is too long.
test/strongops.js: line 55, col 98, Line is too long.
test/strongops.js: line 62, col 118, Line is too long.
test/strongops.js: line 70, col 134, Line is too long.
test/strongops.js: line 87, col 98, Line is too long.
test/version.js: line 23, col 3, 'before' is not defined.
test/version.js: line 4, col 7, 'fs' is defined but never used.
61 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment