Skip to content

Commit

Permalink
Disable Minitest/MultipleAssertions cop for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 19, 2023
1 parent 21ba79b commit f49c815
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 @@ -37,6 +37,9 @@ Metrics/ClassLength:
Metrics/ModuleLength:
Max: 150

Minitest/MultipleAssertions:
Enabled: false

Naming/FileName:
Exclude:
- 'script/deliver-message'
Expand Down

0 comments on commit f49c815

Please sign in to comment.