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 Jan 2, 2024
1 parent 389046d commit 50e5d6a
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 50e5d6a

Please sign in to comment.