X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..30122011609aa02c32cfef6a31d3f28c1d0207e4:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 307a23f4b..366058e7d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -18,7 +18,7 @@ require: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 260 + Max: 370 # Offense count: 35 # Configuration parameters: AllowSafeAssignment. @@ -69,7 +69,7 @@ Metrics/ClassLength: # Offense count: 74 Metrics/CyclomaticComplexity: - Max: 22 + Max: 28 # Offense count: 722 # Configuration parameters: CountComments, ExcludedMethods.