Created
February 15, 2016 19:53
-
-
Save rpl/7b497379a93c50eaa664 to your computer and use it in GitHub Desktop.
eslint errors on test_ext_bookmarks.html
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
% ./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