Skip to content

Commit 0e3fa47

Browse files
committed
Build: Temprary disable jscs checks
1 parent b994f4e commit 0e3fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ module.exports = function( grunt ) {
198198
// Integrate jQuery specific tasks
199199
grunt.loadTasks( "build/tasks" );
200200

201-
grunt.registerTask( "lint", [ "jsonlint", "jshint", "jscs" ] );
201+
grunt.registerTask( "lint", [ "jsonlint", "jshint" ] );
202202

203203
// Don't run Node-related tests in Node.js < 1.0.0 as they require an old
204204
// jsdom version that needs compiling, making it harder for people to compile

0 commit comments

Comments
 (0)