X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f5296ebe7c9608620d72fe3936706a0408a30c5b..5b3255591fe355642dcb2278831a394b2755019b:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d566e2bcc..07772bacd 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,7 +13,10 @@ Metrics/AbcSize: # Offense count: 27 # Configuration parameters: CountComments. Metrics/BlockLength: - Max: 359 + Max: 369 + +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.