]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
reanble fsync on dulcy
[chef.git] / .rubocop_todo.yml
index 4a5009387c4292b8aaee0f5dc4813a8c99816906..13b8fc9df55785b201df4563cdf9bc794ee89e72 100644 (file)
@@ -22,12 +22,12 @@ Metrics/CyclomaticComplexity:
 # Offense count: 338
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
-  Max: 451
+  Max: 696
 
 # Offense count: 23
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
-  Max: 28
+  Max: 40
 
 # Offense count: 1
 Metrics/PerceivedComplexity: