configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-3.8.0 vs configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-3.9.0
- old
+ new
@@ -301,11 +301,14 @@
EnforcedStyle: ruby19
SupportedStyles:
- ruby19
- hash_rockets
-TrailingCommaInLiteral:
- Description: Checks for trailing comma in parameter lists and literals.
+TrailingCommaInArrayLiteral:
+ Enabled: false
+ EnforcedStyleForMultiline: comma
+
+TrailingCommaInHashLiteral:
Enabled: false
EnforcedStyleForMultiline: comma
TrailingCommaInArguments:
Enabled: false