Skip to content

Commit

Permalink
Add comment about where to locate grunt TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesherov committed Dec 20, 2012
1 parent cc97125 commit 3ffaa0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = function( grunt ) {
}, },
tests: { tests: {
// TODO: Once .jshintignore is supported, use that instead. // 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" ], src: [ "test/data/{test,testinit,testrunner}.js", "test/unit/**/*.js" ],
options: { options: {
jshintrc: "test/.jshintrc" jshintrc: "test/.jshintrc"
Expand Down

0 comments on commit 3ffaa0f

Please sign in to comment.