Skip to content

Commit

Permalink
Merge pull request #169 from koic/enable_minitest_assert_predicate_cop
Browse files Browse the repository at this point in the history
Enable `Minitest/AssertPredicate` cop
  • Loading branch information
toshimaru authored Oct 19, 2023
2 parents 42d6eb6 + 56ad018 commit f4658e7
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 @@ -351,6 +351,9 @@ Performance/RedundantStringChars:
Performance/StringInclude:
Enabled: true

Minitest/AssertPredicate:
Enabled: true

Minitest/AssertRaisesWithRegexpArgument:
Enabled: true

Expand Down

0 comments on commit f4658e7

Please sign in to comment.