configs/rubocop/other-style.yml in govuk-lint-0.5.2 vs configs/rubocop/other-style.yml in govuk-lint-0.5.3

- old
+ new

@@ -340,18 +340,18 @@ SpaceInsideBlockBraces: Description: >- Checks that block braces have or don't have surrounding space. For blocks taking parameters, checks that the left brace has or doesn't have trailing space. - Enabled: false + Enabled: true SpaceBeforeModifierKeyword: Description: 'Put a space before the modifier keyword.' Enabled: false SpaceInsideHashLiteralBraces: Description: "Use spaces inside hash literal braces - or don't." - Enabled: false + Enabled: true SpecialGlobalVars: Description: 'Avoid Perl-style global variables.' Enabled: false