X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6982903ae791702453bfa3f3a1cb9bfcf342fa2d..2a6f78747e2013a1e606f9bc08b39f9c392d154a:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index db94a610b..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. @@ -81,7 +81,7 @@ Metrics/ParameterLists: # Offense count: 56 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: - Max: 27 + Max: 29 # Offense count: 2394 # This cop supports safe autocorrection (--autocorrect).