configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-0.7.0 vs configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-0.8.0

- old
+ new

@@ -13,9 +13,13 @@ SupportedStyles: - case - end IndentOneStep: false +Style/ClosingParenthesisIndentation: + Description: 'Checks the indentation of hanging closing parentheses.' + Enabled: false + ElseLayout: Description: 'Check for odd code arrangement in an else block.' Enabled: true # Supports --auto-correct