Skip to content

Commit 2516be8

Browse files
committed
Gjslint also the build related js files.
1 parent 62e6b43 commit 2516be8

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
@@ -697,7 +697,10 @@ target.lint = function() {
697697
echo();
698698
echo('### Linting JS files (this can take a while!)');
699699

700-
var LINT_FILES = ['src/*.js',
700+
var LINT_FILES = ['make.js',
701+
'external/builder/*.js',
702+
'external/crlfchecker/*.js',
703+
'src/*.js',
701704
'web/*.js',
702705
'test/*.js',
703706
'test/unit/*.js',

0 commit comments

Comments
 (0)