Skip to content

Commit

Permalink
Enable Minitest/AssertPredicate cop
Browse files Browse the repository at this point in the history
Follow up rails/rails#49628.

This PR enables `Minitest/AssertPredicate` cop.
  • Loading branch information
koic committed Oct 15, 2023
1 parent cd5eeef commit 56ad018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ Performance/RedundantStringChars:
Performance/StringInclude:
Enabled: true

Minitest/AssertPredicate:
Enabled: true

Minitest/AssertRaisesWithRegexpArgument:
Enabled: true

Expand Down

0 comments on commit 56ad018

Please sign in to comment.