diff --git a/.rubocop.yml b/.rubocop.yml index a18bd278f..f77c3ad65 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -173,7 +173,7 @@ Layout/SpaceAroundBlockParameters: Enabled: true Layout/SpaceAroundEqualsInParameterDefault: - Enabled: false + Enabled: true Layout/SpaceAroundKeyword: Enabled: false