X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d5ad709fa6cd47a7d5c1dd750bfa551e5811b39..50e2df57ab7a85d235d6f332494d3ef2efcc8a52:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6f25cfeb3..e3407c6dc 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: 286 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns.