relaxed.ruby.style icon indicating copy to clipboard operation
relaxed.ruby.style copied to clipboard

GitHub actions to fail if new rules are added

Open Quintasan opened this issue 2 years ago • 1 comments

I was wondering if it would be a good idea to have a sample project that simply installs the latest Rubocop, pulls this style guide and checks if there are any warnings from Rubocop in which case it would fail to let us know that there's a new cop which we didn't review.

What do you think?

Quintasan avatar Aug 04 '21 14:08 Quintasan

I like the idea, but I am not sure how to implement it. It's kind of hard to foresee which effect a new rule will have on some piece of code. Do you have an idea what kind of sample project that could be? Maybe something like typical Ruby gem / Rails ap?

janlelis avatar Aug 09 '21 15:08 janlelis