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