Build: Temprary disable jscs checks

This commit is contained in:
Oleg Gaidarenko 2015-12-22 16:01:55 +03:00
parent b994f4ec85
commit 0e3fa47abb

View 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