Paul DobbinSchmaltz
Paul DobbinSchmaltz
When using the Layout/FirstMethodArgumentLineBreak cop, I've noticed that the first argument of a call to `super` (only?) can actually be indented at any level without problem. Further, auto-correct will pick...
I'm used to defining sub-classes at the bottom of my class, below `private` if there happens to be any private methods as well. That said, I'm not worried about private...
## Describe the solution you'd like I would like to see an option added to Layout/MultilineOperationIndentation that would act similarly to how [indented_relative_to_receiver](https://docs.rubocop.org/rubocop/cops_layout.html#enforcedstyle-indented_relative_to_receiver) acts for [Layout/MultilineMethodCallIndentation](https://docs.rubocop.org/rubocop/cops_layout.html#layoutmultilinemethodcallindentation) cop. For example, a...