.rubocop_todo.yml in hu-1.3.23 vs .rubocop_todo.yml in hu-1.4.0
- old
+ new
@@ -4,15 +4,15 @@
- 'lib/hu/common.rb'
- 'lib/hu/telemetry.rb'
# Offense count: 6
Metrics/CyclomaticComplexity:
- Max: 45
+ Max: 450
# Offense count: 15
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 254
+ Max: 500
# Offense count: 4
Metrics/PerceivedComplexity:
Max: 43