]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Add basic Dockerfile for linting tests
[chef.git] / .rubocop_todo.yml
index 02bdf670183366174f407edd586b69259d1aa9c6..0fd7fb6727b200949cc15a5228518c822369005e 100644 (file)
@@ -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.