]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Don't create ethernet devices for bond interfaces with vlans
[chef.git] / .rubocop_todo.yml
index f651adfb9e8d53e333229a7bafa131009db682b0..44513eab3d1a0edda9c5c5f28aa98ef04c3ee55a 100644 (file)
@@ -13,7 +13,10 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 360
+  Max: 363
+
+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.