Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 11, 2016 15:33
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 bobsilverberg/74b7e9edae46a09bfefe8e10b39fe24e to your computer and use it in GitHub Desktop.
Save bobsilverberg/74b7e9edae46a09bfefe8e10b39fe24e to your computer and use it in GitHub Desktop.
0:00.20 Running /usr/local/bin/eslint
0:00.20 /usr/local/bin/eslint --plugin html --ext [.js,.jsm,.jsx,.xml,.html] toolkit/components/extensions/.
/Users/bsilverberg/mozilla-central/toolkit/components/extensions/ExtensionContent.jsm
538:39 warning Strings must use doublequote quotes
544:39 warning Strings must use doublequote quotes
/Users/bsilverberg/mozilla-central/toolkit/components/extensions/Schemas.jsm
548:12 warning Function 'normalize' has a complexity of 23 complexity
1073:12 warning Function 'parseType' has a complexity of 43 complexity
1229:27 warning Strings must use doublequote quotes
1232:27 warning Strings must use doublequote quotes
/Users/bsilverberg/mozilla-central/toolkit/components/extensions/test/mochitest/test_ext_alarms.html
252:32 warning Strings must use doublequote quotes
/Users/bsilverberg/mozilla-central/toolkit/components/extensions/test/mochitest/test_ext_bookmarks.html
134:34 warning Strings must use doublequote quotes
243:32 warning Strings must use doublequote quotes
✖ 9 problems (0 errors, 9 warnings)
0:02.96 Finished eslint. No errors encountered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment