X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f41bb4c325d8b9dbb960069c100a224fdb7cdb0e..32cae9de683623236b82620460a5dea17fcd9a96:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index deaea8e2d..fdc7c35a5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: 314 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns.