aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/jslint-check.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jslint-check.js b/build/jslint-check.js
index 3e9c12639..e76abc0a7 100644
--- a/build/jslint-check.js
+++ b/build/jslint-check.js
@@ -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: