Skip to content

Commit

Permalink
chore: remove unsupported rubocop Lint/UselessElseWithoutRescue
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 12, 2022
1 parent e39d017 commit 6b0474f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ Lint/BinaryOperatorWithIdenticalOperands:
Description: 'Checks for comparison of something with itself.'
Enabled: true

Lint/UselessElseWithoutRescue:
Description: 'Checks for useless `else` in `begin..end` without `rescue`.'
Enabled: true

Lint/UselessSetterCall:
Description: 'Checks for useless setter call to a local variable.'
Enabled: true
Expand Down

0 comments on commit 6b0474f

Please sign in to comment.