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.
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