Skip to content

Commit 3ffaa0f

Browse files
committed
Add comment about where to locate grunt TODO's
1 parent cc97125 commit 3ffaa0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module.exports = function( grunt ) {
7272
},
7373
tests: {
7474
// TODO: Once .jshintignore is supported, use that instead.
75+
// issue located here: https://github.com/gruntjs/grunt-contrib-jshint/issues/1
7576
src: [ "test/data/{test,testinit,testrunner}.js", "test/unit/**/*.js" ],
7677
options: {
7778
jshintrc: "test/.jshintrc"

0 commit comments

Comments
 (0)