aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-19 19:06:16 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-19 19:06:16 -0500
commit3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4 (patch)
tree49fdfc438d6af8e4bbb845ca63de5feaeb755ea2 /Gruntfile.js
parentcc97125560d16fde1fad54974b10b5526f1309af (diff)
downloadjquery-3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4.tar.gz
jquery-3ffaa0fecb571f1c5a5d2ca212e9a009fe0571a4.zip
Add comment about where to locate grunt TODO's
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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"