configs/rubocop/other-lint.yml in govuk-lint-2.0.0 vs configs/rubocop/other-lint.yml in govuk-lint-2.1.0
- old
+ new
@@ -74,9 +74,13 @@
Description: >-
Checks for method calls with a space before the opening
parenthesis.
Enabled: true
+PercentStringArray:
+ Description: Checks for unwanted commas and quotes in %w/%W literals eg %w('foo', “bar”).
+ Enabled: true
+
RequireParentheses:
Description: >-
Use parentheses in the method call to avoid confusion
about precedence.
Enabled: true