diff --git a/.rubocop.yml b/.rubocop.yml index 7d04e40..5f52ded 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -10,7 +10,7 @@ HashSyntax: SpaceBeforeFirstArg: Enabled: false -Style/EmptyLineAfterMagicComment: +Layout/EmptyLineAfterMagicComment: Enabled: false TrailingCommaInArguments: @@ -58,7 +58,7 @@ Style/MutableConstant: Performance/RedundantBlockCall: Enabled: false -Style/EmptyLinesAroundBlockBody: +Layout/EmptyLinesAroundBlockBody: Enabled: false Style/ZeroLengthPredicate: