]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Merge pull request #4536 from tomhughes/trace-size-limit
[rails.git] / .rubocop_todo.yml
index deaea8e2da3cbf11308aafa86c66b7d65f5f5d1a..6c917e218c69764ccf47423ef0ab6deeff7ec638 100644 (file)
@@ -14,6 +14,11 @@ require:
   - rubocop-rails
   - rubocop-rake
 
+# Offense count: 11
+# Configuration parameters: Include, MaxAmount
+FactoryBot/ExcessiveCreateList:
+  MaxAmount: 200
+
 # Offense count: 557
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
@@ -61,7 +66,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 299
+  Max: 313
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.