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