From 3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Wed, 19 Dec 2012 19:06:16 -0500 Subject: [PATCH] Add comment about where to locate grunt TODO's --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 057c8108f..d0b3f1e0f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,6 +72,7 @@ module.exports = function( grunt ) { }, tests: { // TODO: Once .jshintignore is supported, use that instead. + // issue located here: https://github.com/gruntjs/grunt-contrib-jshint/issues/1 src: [ "test/data/{test,testinit,testrunner}.js", "test/unit/**/*.js" ], options: { jshintrc: "test/.jshintrc" -- 2.39.5