Skip to content

Instantly share code, notes, and snippets.

@rpl
Created February 15, 2016 19:53
Show Gist options
  • Save rpl/7b497379a93c50eaa664 to your computer and use it in GitHub Desktop.
Save rpl/7b497379a93c50eaa664 to your computer and use it in GitHub Desktop.
eslint errors on test_ext_bookmarks.html
% ./mach eslint toolkit/components/extensions/ browser/components/extensions/ ~/work/mozlab/mozilla-central-hg
0:00.12 Running /usr/local/bin/eslint
0:00.12 /usr/local/bin/eslint --plugin html --ext [.js,.jsm,.jsx,.xml,.html] toolkit/components/extensions/ browser/components/extensions/
/zfs-tardis/mozlab/desktop/mozilla-central-hg/toolkit/components/extensions/test/mochitest/test_ext_bookmarks.html
92:4 warning Block must not be padded by blank lines padded-blocks
94:9 error Expected indentation of 6 space characters but found 8 indent
95:9 error Expected indentation of 6 space characters but found 8 indent
96:9 error Expected indentation of 6 space characters but found 8 indent
97:9 error Expected indentation of 6 space characters but found 8 indent
98:9 error Expected indentation of 6 space characters but found 8 indent
99:9 error Expected indentation of 6 space characters but found 8 indent
103:9 error Expected indentation of 6 space characters but found 8 indent
104:9 error Expected indentation of 6 space characters but found 8 indent
105:9 error Expected indentation of 6 space characters but found 8 indent
107:17 warning Block must not be padded by blank lines padded-blocks
123:47 error Missing space before opening brace space-before-blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment