config/other-style.yml in rubocop-govuk-2.0.0 vs config/other-style.yml in rubocop-govuk-3.0.0
- old
+ new
@@ -56,13 +56,9 @@
Avoid using {...} for multi-line blocks (multiline chaining is
always ugly).
Prefer {...} over do...end for single-line blocks.
Enabled: false
-Style/BracesAroundHashParameters:
- Description: 'Enforce braces style inside hash parameters.'
- Enabled: true
-
Style/CaseEquality:
Description: 'Avoid explicit use of the case equality operator(===).'
Enabled: false
Style/CharacterLiteral: