]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
base: sysctl kernel.sched_autogroup_enabled=0
[chef.git] / .rubocop_todo.yml
index 862295b0bc7acca44ab6e192a70005c8ceabfe23..07772bacdecadfc22fbdbc73a0c202f172e37eeb 100644 (file)
@@ -13,7 +13,10 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 363
+  Max: 369
+
+Metrics/BlockNesting:
+  Max: 4
 
 # Offense count: 3
 Metrics/CyclomaticComplexity: