]> git.openstreetmap.org Git - chef.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Sun, 17 Mar 2019 11:44:21 +0000 (11:44 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 17 Mar 2019 11:44:21 +0000 (11:44 +0000)
.rubocop_todo.yml

index c0e6c97babfa71a799c46a6c14fa12f2d41fa6b2..862295b0bc7acca44ab6e192a70005c8ceabfe23 100644 (file)
@@ -13,7 +13,7 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 361
+  Max: 363
 
 # Offense count: 3
 Metrics/CyclomaticComplexity: