X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/316225f5a6da64609cef4d090047b92bffef49a6..aa16bd1184af0b859a529bb40be5986d29a374be:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 02bdf6701..c0e6c97ba 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -23,7 +23,7 @@ Metrics/CyclomaticComplexity: # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 696 + Max: 704 # Offense count: 24 # Configuration parameters: CountComments.