makandra / makandra-rubocop

makandra's default Rubocop configuration
MIT License
6 stars 1 forks source link

Disable the `Layout/RescueEnsureAlignment` Cop #16

Closed makmic closed 4 years ago

makmic commented 4 years ago

There are multiple scenarios where the Layout/RescueEnsureAlignment cop urges me to align my ensure block in an ugly way. I vote to disable the cop for our makandra fork.

Examples

denzelem commented 4 years ago

So this is a bug in Rubocop (maybe related to https://github.com/rubocop-hq/rubocop/pull/7531 or https://github.com/rubocop-hq/rubocop/issues/7470) and we want to temporary disable it until it's fixed in the upstream?

denzelem commented 4 years ago

This was a regression of #7, we disabled the cop again until it is really fixed.