X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/843635e1b3b5e200da5099e8a1ec3d805676bcb9..c04d05686f4014a1f729b7194913a0fe1b36e915:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 73b8cfa3f..e983c51c6 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.