Skip to content

Commit

Permalink
Merge pull request #152 from koic/enable_minitest_skip_ensure_cop
Browse files Browse the repository at this point in the history
Enable `Minitest/SkipEnsure` cop
  • Loading branch information
toshimaru committed Sep 23, 2022
2 parents 1252f85 + 51186d3 commit 887554a
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 @@ -332,5 +332,8 @@ Minitest/AssertRaisesWithRegexpArgument:
Minitest/AssertWithExpectedArgument:
Enabled: true

Minitest/SkipEnsure:
Enabled: true

Minitest/UnreachableAssertion:
Enabled: true

0 comments on commit 887554a

Please sign in to comment.