]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Enable peering for squid 4 caches
[chef.git] / .rubocop_todo.yml
index d566e2bccb3ef4c0be8ad081759795b32aa0a36e..3002b6a10a47f0473ab6eaa9d78a80c4f1b3fffd 100644 (file)
@@ -13,7 +13,10 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 359
+  Max: 372
+
+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.