]> git.openstreetmap.org Git - rails.git/commitdiff
Disable Minitest/MultipleAssertions cop for now
authorTom Hughes <tom@compton.nu>
Tue, 19 Dec 2023 12:37:02 +0000 (12:37 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 19 Dec 2023 12:37:02 +0000 (12:37 +0000)
https://github.com/rubocop/rubocop-minitest/issues/283

.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'