Foodcritic / foodcritic

Lint tool for Chef cookbooks.
http://foodcritic.io
MIT License
408 stars 153 forks source link

Report the file that failed to parse on parsing errors #746

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

Right now if you provide a repo with a file that can't be parsed we just fail, leaving you to figure out what file was bad. With this change we rescue and report the failure.

Signed-off-by: Tim Smith tsmith@chef.io