ezcater / ezcater_rubocop

ezCater custom cops and shared configuration
MIT License
0 stars 0 forks source link

Double check disabled cops from last major upgrade #104

Open sagotsky opened 3 years ago

sagotsky commented 3 years ago

https://github.com/ezcater/ezcater_rubocop/pull/102 disabled a number of cops so we could move forward with a major upgrade. Let's loop back and make sure we didn't miss anything good.

jaeger401 commented 3 years ago

Clarifying that these are all for ez-rails. Other repos may have different sets of disabled cops as we roll out, right? I suppose that we can defer many of those to application owners though.

sagotsky commented 3 years ago

Correct! I'll spot check a couple other repos as well.

I don't think we're obligated to have 0 new violations in this update. But the new violations should be manageable.

jmpage commented 3 years ago

Aren't these cops globally disabled for every repo using ezcater_rubocop in #102?: https://github.com/ezcater/ezcater_rubocop/pull/102/files#diff-c66a88fa9e93cc802b88ebc30bd2496d933cdb11a3ba4d904813466f3c7f2350

sagotsky commented 3 years ago

Yes, same list. I think we should come back and re-evaluate disabling them after this goes out.