diff --git a/.rubocop.yml b/.rubocop.yml index 295ce372f..cc8ceb7df 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -201,7 +201,7 @@ Layout/SpaceInLambdaLiteral: EnforcedStyle: require_space Layout/SpaceInsideArrayPercentLiteral: - Enabled: false + Enabled: true Layout/SpaceInsideBlockBraces: Enabled: false