]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Revert "Don't run cgimap in readonly mode when the database is writable"
[chef.git] / .rubocop_todo.yml
index c0e6c97babfa71a799c46a6c14fa12f2d41fa6b2..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: