X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6db5b2e6f31579cdedc4b85ab3298e429d1c3bbe..7809bfa02753271a92c78c720c66826afb19bf11:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3059d5773..f7ee886c9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -19,7 +19,7 @@ require: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 254 + Max: 270 # Offense count: 36 # Configuration parameters: AllowSafeAssignment.