X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/316225f5a6da64609cef4d090047b92bffef49a6..40d07ae504526c1ee30fecd18f9cf3b32f6fd39d:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 02bdf6701..0fd7fb672 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,7 +13,10 @@ Metrics/AbcSize: # Offense count: 27 # Configuration parameters: CountComments. Metrics/BlockLength: - Max: 361 + Max: 364 + +Metrics/BlockNesting: + Max: 4 # Offense count: 3 Metrics/CyclomaticComplexity: @@ -23,7 +26,7 @@ Metrics/CyclomaticComplexity: # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 696 + Max: 704 # Offense count: 24 # Configuration parameters: CountComments.