X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=build%2Fjslint-check.js;fp=build%2Fjslint-check.js;h=e76abc0a7bd900496b03e8e1b71c5a91b01e2274;hp=3e9c126396bfafcb8577d86710c442c00999904b;hb=a2e1051fb4b2065fb5ebea49dc0bcc583d113187;hpb=13f27fcd05987dc8951621ea55795fde792d7b79 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: