X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Fjslint-check.js;h=e76abc0a7bd900496b03e8e1b71c5a91b01e2274;hb=d5d4e4df65b56319b4f1216f63008a9751690315;hp=3e9c126396bfafcb8577d86710c442c00999904b;hpb=950b5d64a27994db1697eb4e605f5ea48ad8021b;p=jquery.git diff --git a/build/jslint-check.js b/build/jslint-check.js index 3e9c126..e76abc0 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: