]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
tilecache: remove trogdor as peer from sarkany
[chef.git] / .rubocop_todo.yml
index f5b756028f392d8d8f9d4c1a0eabf38f7b16ac63..c0e6c97babfa71a799c46a6c14fa12f2d41fa6b2 100644 (file)
@@ -13,7 +13,7 @@ Metrics/AbcSize:
 # Offense count: 27
 # Configuration parameters: CountComments.
 Metrics/BlockLength:
-  Max: 356
+  Max: 361
 
 # Offense count: 3
 Metrics/CyclomaticComplexity:
@@ -23,7 +23,7 @@ Metrics/CyclomaticComplexity:
 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives.
 # URISchemes: http, https
 Metrics/LineLength:
-  Max: 696
+  Max: 704
 
 # Offense count: 24
 # Configuration parameters: CountComments.