kevinlacotaco / grunt-todos

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

'high' errors do not cause grunt task to fail #9

Closed dertseha closed 10 years ago

dertseha commented 10 years ago

The check for results.high does not work and will always resolve to false (no error reported). results is not an object with this property, but an array containing objects that have an injected priority property.

Bartvds commented 10 years ago

It may be a little late news but I adopted this project on npm.

High-priority tasks fail the task now. See #10 for more info.

dertseha commented 10 years ago

Thank you, @Bartvds !