First scenario:
I want to be able getting the cli results as a hash. I need to manipulate them for an appropriate application. Then I created a new method on CLI that returns the critc.problems. Just that.
Second scenario:
Sometimes I want to be able printing the report into a yaml file. So I've created a new formatter for that. As a plus we can pass a output-file option on command-line or at config instantiation.
Hey, this is great! Everything looks in good shape--great tests too. If you, wouldn't mind, updating the README would be great, and then I'll merge everything in. Thanks @leandronsp!
Hi @turboladen!
First scenario: I want to be able getting the cli results as a hash. I need to manipulate them for an appropriate application. Then I created a new method on CLI that returns the critc.problems. Just that.
Second scenario: Sometimes I want to be able printing the report into a yaml file. So I've created a new formatter for that. As a plus we can pass a output-file option on command-line or at config instantiation.
This would be great for me, and, I guess, for us! Can you check, please?
I didn't update the README yet. Let me know if all it's ok. Thanks for advance!