diff --git a/.rubocop.yml b/.rubocop.yml index b897ad3b9ec..8472c89a91f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -89,12 +89,12 @@ Layout/TrailingWhitespace: Lint/Debugger: Enabled: true -Lint/BlockAlignment: +Layout/BlockAlignment: Enabled: true # Align `end` with the matching keyword or starting expression except for # assignments, where it should be aligned with the LHS. -Lint/EndAlignment: +Layout/EndAlignment: Enabled: true EnforcedStyleAlignWith: variable