configs/rubocop/other-style.yml in govuk-lint-0.8.1 vs configs/rubocop/other-style.yml in govuk-lint-1.0.0

- old
+ new

@@ -315,17 +315,17 @@ SingleLineMethods: Description: 'Avoid single-line methods.' Enabled: false -SingleSpaceBeforeFirstArg: +SpaceBeforeFirstArg: Description: >- Checks that exactly one space is used between a method name and the first argument for method calls without parentheses. Enabled: false -SpaceAfterControlKeyword: +SpaceAroundKeyword: Description: 'Use spaces after if/elsif/unless/while/until/case/when.' Enabled: false SpaceAfterNot: Description: Tracks redundant space after the ! operator. @@ -341,13 +341,9 @@ 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: true - -SpaceBeforeModifierKeyword: - Description: 'Put a space before the modifier keyword.' - Enabled: false SpaceInsideHashLiteralBraces: Description: "Use spaces inside hash literal braces - or don't." Enabled: true