Skip to content

Instantly share code, notes, and snippets.

@serby
Last active December 15, 2015 21:09
Show Gist options
  • Select an option

  • Save serby/5323296 to your computer and use it in GitHub Desktop.

Select an option

Save serby/5323296 to your computer and use it in GitHub Desktop.
pliers lint
23:44:57 [pliers] Debug mode
23:44:57 [pliers] Running task: lint
23:44:57 [pliers] Executing ./node_modules/jshint/bin/jshint .
public/js/app/api-error/index.js: line 9, col 3, 'parentSyncMethod' is not defined.
public/js/app/api-error/index.js: line 36, col 11, 'parentSyncMethod' is not defined.
public/js/app/api-error/index.js: line 49, col 5, 'parentSyncMethod' is not defined.
public/js/app/api-error/index.js: line 4, col 42, 'serviceLocator' is defined but never used.
public/js/app/lib/image-crop-helper.js: line 13, col 4, Expected '}' to have an indentation at 5 instead at 4.
public/js/app/lib/validate-delegate.js: line 1, col 33, 'debug' is defined but never used.
public/js/app/list/models/article.js: line 4, col 10, 'debug' is defined but never used.
public/js/app/list/views/manual-article-item.js: line 6, col 6, '_' is defined but never used.
public/js/app/properties/routes.js: line 27, col 69, 'collection' is defined but never used.
public/js/app/widget/models/image.js: line 45, col 7, Expected 'var' to have an indentation at 5 instead at 7.
public/js/app/widget/models/image.js: line 51, col 7, Expected '$' to have an indentation at 5 instead at 7.
public/js/app/widget/models/image.js: line 63, col 5, Expected '}' to have an indentation at 3 instead at 5.
public/js/app/widget/views/form/content-list.js: line 5, col 20, 'mapFormToObject' is defined but never used.
test/admin/lib/generic/list-view.test.js: line 14, col 3, Expected ')' and instead saw ''.
test/admin/lib/generic/list-view.test.js: line 2, col 40, Unmatched '{'.
test/admin/lib/generic/list-view.test.js: line 14, col 3, Expected ')' and instead saw ''.
test/admin/lib/generic/list-view.test.js: line 6, col 35, 'adminPath' is not defined.
test/admin/lib/image-crop-helper.js: line 13, col 9, Expected '_' to have an indentation at 7 instead at 9.
18 errors
23:44:59 [pliers] exec('./node_modules/jshint/bin/jshint .') returned with with code 2
23:44:59 [pliers] Error returned from task: lint exec('./node_modules/jshint/bin/jshint .') returned with with code 2
[Error: exec('./node_modules/jshint/bin/jshint .') returned with with code 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment