Skip to content

Commit f36bfd1

Browse files
Shigeki Ohtsubnoordhuis
authored andcommitted
build: remove jslint test/ on Windows
See 605927f
1 parent 02dffb0 commit f36bfd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ goto exit
183183
:jslint
184184
echo running jslint
185185
set PYTHONPATH=tools/closure_linter/
186-
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/ --exclude_files lib/punycode.js
186+
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
187187
goto exit
188188

189189
:help

0 commit comments

Comments
 (0)