configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-0.8.1 vs configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-1.0.0

- old
+ new

@@ -289,22 +289,28 @@ EnforcedStyle: ruby19 SupportedStyles: - ruby19 - hash_rockets -TrailingComma: +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 WordArray: Description: Use %w or %W for arrays of words. Enabled: true MinSize: 0 + +MultilineMethodCallIndentation: + Enabled: false ## Strings # Supports --auto-correct StringConversionInInterpolation: