We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dffb0 commit f36bfd1Copy full SHA for f36bfd1
1 file changed
vcbuild.bat
@@ -183,7 +183,7 @@ goto exit
183
:jslint
184
echo running jslint
185
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
+python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
187
goto exit
188
189
:help
0 commit comments