From 0e3fa47abb48bb5cd627b3f18e4b7f8f39338cc6 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 16:01:55 +0300 Subject: [PATCH] Build: Temprary disable jscs checks --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5