]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Update piwik to 3.9.0
[chef.git] / .rubocop_todo.yml
index c0e6c97babfa71a799c46a6c14fa12f2d41fa6b2..44513eab3d1a0edda9c5c5f28aa98ef04c3ee55a 100644 (file)
@@ -13,7 +13,10 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 361
+  Max: 363
+
+Metrics/BlockNesting:
+  Max: 4
 
 # Offense count: 3
 Metrics/CyclomaticComplexity: