From f36bfd1590fe6712911c4584d32011d15b4c2df8 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Wed, 10 Oct 2012 16:28:42 +0900 Subject: [PATCH] build: remove jslint test/ on Windows See 605927fbd9c2fbcd7d88a8f8159a9ca78417a6d0 --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index a9576263c0..b9770c2a32 100644 --- a/vcbuild.bat +++ b/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