Add comment about where to locate grunt TODO's

This commit is contained in:
Mike Sherov 2012-12-19 19:06:16 -05:00
parent cc97125560
commit 3ffaa0fecb

View 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"