X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/279787943e9f747e0e910600fc0e3003165c69b9..4f304e23018e9a1380e2374b9a8d419275d99c76:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c1060cbe2..890fcc83c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -58,7 +58,7 @@ Metrics/BlockNesting: # Offense count: 25 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 643 + Max: 644 # Offense count: 68 # Configuration parameters: IgnoredMethods.