]> git.openstreetmap.org Git - rails.git/commitdiff
Disable Minitest/MultipleAssertions cop for now
authorTom Hughes <tom@compton.nu>
Tue, 2 Jan 2024 17:58:32 +0000 (17:58 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Jan 2024 17:58:32 +0000 (17:58 +0000)
https://github.com/rubocop/rubocop-minitest/issues/292

.rubocop.yml

index 1e18afd83581ba0fc47d728032b3ade65f091b1a..97bb72e0ac03fee0bc94c89280bdb14d400f4ee1 100644 (file)
@@ -37,6 +37,9 @@ Metrics/ClassLength:
 Metrics/ModuleLength:
   Max: 150
 
+Minitest/MultipleAssertions:
+  Enabled: false
+
 Naming/FileName:
   Exclude:
     - 'script/deliver-message'