Skip to content

Commit

Permalink
Update Layout/MultilineOperationIndentation cop to default
Browse files Browse the repository at this point in the history
Rufo uses the same default as Rubocop here.

By removing the override we use the dewfault of Rubocop.
  • Loading branch information
tvdeyen committed Mar 3, 2021
1 parent 2a5bbef commit 7ec0b43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ Layout/MultilineMethodCallBraceLayout:
Layout/MultilineMethodCallIndentation:
Enabled: false

Layout/MultilineOperationIndentation:
EnforcedStyle: indented

Layout/SpaceBeforeBlockBraces:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylespacebeforeblockbraces
Expand Down

0 comments on commit 7ec0b43

Please sign in to comment.