Skip to content

Commit

Permalink
Enable Minitest/SkipEnsure cop
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 22, 2022
1 parent 5f833e8 commit 51186d3
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 51186d3

Please sign in to comment.