Skip to content

Commit

Permalink
Fix Lint/RegexpInCondition
Browse files Browse the repository at this point in the history
Renamed in rubocop/rubocop#4864

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 1, 2024
1 parent 842e2e2 commit 598bac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2936,8 +2936,8 @@ Style/RedundantConditional:
Enabled: true

# catches people writing a regex check wrong
# Lint/RegexpInCondition: TODO broken with rubocop 1.25.1 move
# Enabled: true
Lint/RegexpAsCondition:
Enabled: true

# Avoids pointless / complex code
Lint/RedundantWithObject:
Expand Down

0 comments on commit 598bac9

Please sign in to comment.