X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/91e33f50bcd8c6b30693cde347ad0626ad52ff21..a0899d1b0b266abdd61d54bd3867ae9f7f816fcb:/.rubocop_todo.yml?ds=inline 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.