node-notes icon indicating copy to clipboard operation
node-notes copied to clipboard

Implement error reporting level including returned status code

Open stefanjudis opened this issue 9 years ago • 1 comments

I really like the project, as it could me improving me workflow by putting in comments in there during longtime development of a feature.

To make it really useful, it would be great to set reporting levels.

I'm thinking of the return of a status code 1 in case any TODO were discovered. Or even a returned status code if anything is discovered.

This would allow me to put it into a CI system or use it inside of a git hook to not accidentally commit any TODO comments.

stefanjudis avatar Aug 18 '15 22:08 stefanjudis

@stefanjudis i have just published a similar npm module that will fix your issue above on https://github.com/ahmadassaf/code-notes .. i hope you find it useful

ahmadassaf avatar Feb 26 '17 16:02 ahmadassaf