X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/898a3882c58ed4a1a7e01682052b2078cae7ffd8..77797b21b0701654f9a7ee57aace7fa16214e9c2:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6f25cfeb3..bd2f92309 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -61,7 +61,7 @@ Metrics/BlockNesting: # Offense count: 26 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 285 + Max: 297 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns.