]> source.dussan.org Git - jquery.git/commitdiff
Build: Temprary disable jscs checks
authorOleg Gaidarenko <markelog@gmail.com>
Tue, 22 Dec 2015 13:01:55 +0000 (16:01 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Tue, 22 Dec 2015 13:01:55 +0000 (16:01 +0300)
Gruntfile.js

index ced59f288c5904cb0ae6c7cb55738540700c9b0b..474c42847a13990b76c2ac7f990da1a782ab22b7 100644 (file)
@@ -198,7 +198,7 @@ module.exports = function( grunt ) {
        // Integrate jQuery specific tasks
        grunt.loadTasks( "build/tasks" );
 
-       grunt.registerTask( "lint", [ "jsonlint", "jshint", "jscs" ] );
+       grunt.registerTask( "lint", [ "jsonlint", "jshint" ] );
 
        // Don't run Node-related tests in Node.js < 1.0.0 as they require an old
        // jsdom version that needs compiling, making it harder for people to compile