git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f27fc
)
Increase max number of JSLint errors. This is necessary because we have several error...
author
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 1 Sep 2010 15:48:19 +0000
(10:48 -0500)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 1 Sep 2010 15:48:19 +0000
(10:48 -0500)
build/jslint-check.js
patch
|
blob
|
history
diff --git
a/build/jslint-check.js
b/build/jslint-check.js
index
3e9c126
..
e76abc0
100644
(file)
--- 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: