]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Fix new rubocop warnings
[rails.git] / .rubocop_todo.yml
index deaea8e2da3cbf11308aafa86c66b7d65f5f5d1a..8a196f52e0317b45cc56b4c4ca856e4d353efa97 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.