X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/316225f5a6da64609cef4d090047b92bffef49a6..bac2546111fc4271f2cca1ea64706f4725edca89:/.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.