]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Flush changeset data to disk before making it live
[chef.git] / .rubocop_todo.yml
index 4a5009387c4292b8aaee0f5dc4813a8c99816906..343c145d3cc488741c4e0dbed47f5a11f6b4de9d 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: 30
 
 # Offense count: 1
 Metrics/PerceivedComplexity: