X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b8fad531e47641fc402203edc732c1484d28733a..97fa344af6c0a79ac7b01598ae5eba555c2c4219:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8c2407990..fdc7c35a5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -66,7 +66,7 @@ Metrics/BlockNesting: # Offense count: 26 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 307 + Max: 314 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns.