X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/da2277505faa4b327df7bd0dd03aaf6317e77c11..93e49daee21b64f0af0ba7fa3035904843a028ea:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fda213aeb..d70618e76 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: 370 + Max: 250 # Offense count: 36 # Configuration parameters: AllowSafeAssignment.