X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9a86866bb6f2d0b41604078a0f05aadc5633f46..ba079a12b49e3fc5dcdde3e4ef2d72a8002c6fd0:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9874aa379..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: 305 + Max: 314 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns.