config/other-lint.yml in rubocop-govuk-3.4.0 vs config/other-lint.yml in rubocop-govuk-3.5.0
- old
+ new
@@ -32,13 +32,9 @@
Lint/EmptyInterpolation:
Description: 'Checks for empty string interpolation.'
Enabled: true
-Lint/EndBlock:
- Description: 'END blocks should not be placed inside method definitions.'
- Enabled: true
-
Lint/EnsureReturn:
Description: 'Never use return in an ensure block.'
Enabled: true
Security/Eval: