Skip to content

Commit 8ccbba4

Browse files
committed
Merge remote-tracking branch 'kkujala/master'
2 parents 57866c5 + 2516be8 commit 8ccbba4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

make.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,10 @@ target.lint = function() {
765765
echo();
766766
echo('### Linting JS files (this can take a while!)');
767767

768-
var LINT_FILES = ['src/*.js',
768+
var LINT_FILES = ['make.js',
769+
'external/builder/*.js',
770+
'external/crlfchecker/*.js',
771+
'src/*.js',
769772
'web/*.js',
770773
'test/*.js',
771774
'test/unit/*.js',

0 commit comments

Comments
 (0)