Skip to content

Commit

Permalink
rubocop: enable Minitest/NoAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 11, 2023
1 parent 0c567b4 commit b67b6ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,6 @@ Minitest/SkipEnsure:

Minitest/UnreachableAssertion:
Enabled: true

Minitest/NoAssertions:
Enabled: true

0 comments on commit b67b6ac

Please sign in to comment.