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 3e9c126..e76abc0 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: