From: Oleg Date: Fri, 8 Nov 2013 15:03:51 +0000 (+0100) Subject: Check Gruntfile and tasks for code style X-Git-Tag: 2.1.0-beta2~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85d4c0133b5369b54bc9c4250989214bb2d45700;p=jquery.git Check Gruntfile and tasks for code style --- diff --git a/Gruntfile.js b/Gruntfile.js index c21a7a676..a341600c6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,9 @@ module.exports = function( grunt ) { } }, jscs: { - src: "src/**/*.js" + src: "src/**/*.js", + gruntfile: "Gruntfile.js", + tasks: "build/tasks/*.js" }, testswarm: { tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ")