.rubocop_todo.yml in wicked_pdf-1.0.6 vs .rubocop_todo.yml in wicked_pdf-1.1.0
- old
+ new
@@ -15,10 +15,13 @@
Max: 4
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 279
+ Max: 300
+
+Metrics/ModuleLength:
+ Max: 120
# Offense count: 5
Metrics/CyclomaticComplexity:
Max: 9