File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"curly" : true ,
3
+ "eqnull" : true ,
4
+ "forin" : true ,
3
5
"immed" : true ,
4
6
"latedef" : true ,
5
7
"newcap" : true ,
6
8
"noarg" : true ,
7
- "sub" : true ,
8
- "undef" : true ,
9
- "boss" : true ,
10
- "eqnull" : true ,
11
- "forin" : true ,
12
9
"noempty" : true ,
13
- "rhino " : false ,
14
- "jquery " : true ,
10
+ "nonbsp " : true ,
11
+ "undef " : true ,
15
12
"globals" : {
16
- "CSSLint" : true
13
+ "CSSLint" : true ,
14
+ "YUITest" : true
17
15
}
18
16
}
Original file line number Diff line number Diff line change 7
7
* When run in addition to the other tests, this causes the Rhino CLI test
8
8
* to fail due to Java stack overflow. This must be run separate from other tests.
9
9
*/
10
+
11
+ /*jshint loopfunc: true */
12
+
10
13
( function ( ) {
11
- /*jshint loopfunc: true */
12
14
/*global YUITest, CSSLint*/
13
15
var Assert = YUITest . Assert ,
14
16
suite = new YUITest . TestSuite ( "General Tests for all Rules" ) ,
You can’t perform that action at this time.
0 commit comments