kevinlacotaco / grunt-todos

Grunt task for finding todos/fixmes in code
MIT License
85 stars 9 forks source link

Ability to have custom reporters #4

Closed DeveloperDanjo closed 11 years ago

DeveloperDanjo commented 11 years ago

I added the ability to use custom reporters. I only created one default one which matches exactly what it used to print.

I also created a test that tests to make sure that the custom reporter works as expected.