configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-3.0.0 vs configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-3.1.0

- old
+ new

@@ -13,10 +13,10 @@ SupportedStyles: - case - end IndentOneStep: false -Style/ClosingParenthesisIndentation: +Layout/ClosingParenthesisIndentation: Description: 'Checks the indentation of hanging closing parentheses.' Enabled: false Style/MutableConstant: Description: 'Freeze mutable objects assigned to constants.'