ruby-saddler
ruby-saddler copied to clipboard
should exit 1 if rubocop error raised
I'm using Rubocop with Saddler like this in Rails project on CircleCI hooked by Github push.
When there are Rubocop error with my code, CircleCI build ends with no errors (while warning comments are posted on PR). I think Saddler Reporter should exit 1 if there are something to post.
thoughts?
Thanks for your feedback 💃
In my understanding, it depends on the situation.
exit if none-zero ? 🤔