nevinera / quiet_quality

A system for finding and annotating quality issues on your forward diffs
MIT License
12 stars 0 forks source link

When brakeman produces errors, expose those errors (fixes #115) #122

Closed nevinera closed 6 months ago

nevinera commented 6 months ago

Instead of just failing and telling us there were some errors, expose what they were in a readable way (by printing them as logger warn statements).

This will result in the base experience of qq brakeman (in the problem case of #115) being much more pleasant, as the actual error messages will just print by default.

Fixes #115, hopefully

jthom-ut commented 5 months ago

Thank you for this!