]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Merge pull request #233 from Tigerfell/master
[chef.git] / .rubocop_todo.yml
index 862295b0bc7acca44ab6e192a70005c8ceabfe23..44513eab3d1a0edda9c5c5f28aa98ef04c3ee55a 100644 (file)
@@ -15,6 +15,9 @@ Metrics/AbcSize:
 Metrics/BlockLength:
   Max: 363
 
+Metrics/BlockNesting:
+  Max: 4
+
 # Offense count: 3
 Metrics/CyclomaticComplexity:
   Max: 8