Skip to content

Commit 2fc2f02

Browse files
committed
Don't run JSHint on TestSwarm.
1 parent cb91ad9 commit 2fc2f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
372372
"Widget": "widget/widget.html"
373373
};
374374
for (test in tests) {
375-
testUrls.push( testBase + tests[ test ] );
375+
testUrls.push( testBase + tests[ test ] + "?nojshint=true" );
376376
}
377377
testswarm({
378378
url: "http://swarm.jquery.org/",

0 commit comments

Comments
 (0)