diff --git a/config/other-lint.yml b/config/other-lint.yml index b2105a0a..53d965f5 100644 --- a/config/other-lint.yml +++ b/config/other-lint.yml @@ -34,7 +34,7 @@ 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