Skip to content

Commit

Permalink
Fix error in config with new version
Browse files Browse the repository at this point in the history
Error: The `Lint/EndInMethod` cop has been renamed to `Style/EndBlock`.
  • Loading branch information
Ben Thorner committed Apr 8, 2020
1 parent ff99a94 commit 45c1704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/other-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45c1704

Please sign in to comment.