]> source.dussan.org Git - jquery.git/commitdiff
Add comment about where to locate grunt TODO's
authorMike Sherov <mike.sherov@gmail.com>
Thu, 20 Dec 2012 00:06:16 +0000 (19:06 -0500)
committerMike Sherov <mike.sherov@gmail.com>
Thu, 20 Dec 2012 00:06:16 +0000 (19:06 -0500)
Gruntfile.js

index 057c8108ff24644dfbcccacd1e1d7bd2e8a6f314..d0b3f1e0f0e287c0adfecf486339673f51d327e0 100644 (file)
@@ -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"