Skip to content

Commit

Permalink
Enable Style/Next
Browse files Browse the repository at this point in the history
This is an analog of Style/GuardClause, which we have enabled.
  • Loading branch information
Ben Thorner committed May 15, 2020
1 parent 948f292 commit 2b04146
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/style.yml
Expand Up @@ -143,12 +143,6 @@ Style/GuardClause:
Description: 'Check for conditionals that can be replaced with guard clauses'
Enabled: false

# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
# TODO: unclear why this is here!
Style/Next:
Description: 'Use `next` to skip iteration instead of a condition at the end.'
Enabled: false

# Analog of: 736b3d295f88b9ba6676fc168b823535582388c2
# "Disable opinionated cops"
#
Expand Down

0 comments on commit 2b04146

Please sign in to comment.