.rubocop.yml in libhoney-1.18.0 vs .rubocop.yml in libhoney-1.19.0
- old
+ new
@@ -7,21 +7,22 @@
Enabled: false
Lint/RescueException:
Exclude:
- 'lib/libhoney/transmission.rb'
+ - 'lib/libhoney/experimental_transmission.rb'
Metrics/BlockLength:
Max: 35
Metrics/ClassLength:
- Max: 200
+ Max: 300
Exclude:
- lib/libhoney/transmission.rb # Should this remain so large?
- test/*
Metrics/MethodLength:
- Max: 40
+ Max: 45
Exclude:
- lib/libhoney/transmission.rb
- test/*
Metrics/LineLength: