Browse Source

build: remove jslint test/ on Windows

See 605927fbd9
v0.9.4-release
Shigeki Ohtsu 13 years ago
committed by Ben Noordhuis
parent
commit
f36bfd1590
  1. 2
      vcbuild.bat

2
vcbuild.bat

@ -183,7 +183,7 @@ goto exit
:jslint
echo running jslint
set PYTHONPATH=tools/closure_linter/
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/ --exclude_files lib/punycode.js
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
goto exit
:help

Loading…
Cancel
Save