From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 13:01:55 +0000 (+0300) Subject: Build: Temprary disable jscs checks X-Git-Tag: 1.12.0~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e3fa47abb48bb5cd627b3f18e4b7f8f39338cc6;p=jquery.git Build: Temprary disable jscs checks --- diff --git a/Gruntfile.js b/Gruntfile.js index ced59f288..474c42847 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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