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

- old
+ new

@@ -7,11 +7,11 @@ Enabled: true CaseIndentation: Description: Indentation of when in a case/when/[else/]end. Enabled: true - IndentWhenRelativeTo: case + EnforcedStyle: case SupportedStyles: - case - end IndentOneStep: false @@ -144,11 +144,11 @@ MethodCalledOnDoEndBlock: Description: Avoid chaining a method call on a do...end block. Enabled: true -MethodCallParentheses: +MethodCallWithoutArgsParentheses: Description: 'Do not use parentheses for method calls with no arguments.' Enabled: true MultilineBlockChain: Description: Avoid multi-line chains of blocks. @@ -297,12 +297,9 @@ TrailingCommaInLiteral: Description: Checks for trailing comma in parameter lists and literals. Enabled: false EnforcedStyleForMultiline: comma - SupportedStyles: - - comma - - no_comma TrailingCommaInArguments: Enabled: false # Supports --auto-correct