X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/392b68a65fd6ffa521b89e079b234bb0241380d3..5de04a8cc286c7a53aac83ec9e89cb6a59e6fbaf:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4232b0574..68a7566d9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -74,7 +74,7 @@ Metrics/CyclomaticComplexity: # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 962 + Max: 1072 # Offense count: 612 # Configuration parameters: CountComments.