]> source.dussan.org Git - jquery.git/commitdiff
Increase max number of JSLint errors. This is necessary because we have several error...
authorBrandon Aaron <brandon.aaron@gmail.com>
Wed, 1 Sep 2010 15:48:19 +0000 (10:48 -0500)
committerBrandon Aaron <brandon.aaron@gmail.com>
Wed, 1 Sep 2010 15:48:19 +0000 (10:48 -0500)
build/jslint-check.js

index 3e9c126396bfafcb8577d86710c442c00999904b..e76abc0a7bd900496b03e8e1b71c5a91b01e2274 100644 (file)
@@ -2,7 +2,7 @@ load("build/jslint.js");
 
 var src = readFile("dist/jquery.js");
 
-JSLINT(src, { evil: true, forin: true });
+JSLINT(src, { evil: true, forin: true, maxerr: 100 });
 
 // All of the following are known issues that we think are 'ok'
 // (in contradiction with JSLint) more information here: