Increase max number of JSLint errors. This is necessary because we have several error messages that we choose to ignore.

1.7/enhancement_8685
Brandon Aaron 2010-09-01 10:48:19 -05:00
parent 13f27fcd05
commit a2e1051fb4
1 changed files with 1 additions and 1 deletions

View 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: