.rubocop.yml in libhoney-1.12.1 vs .rubocop.yml in libhoney-1.13.0
- old
+ new
@@ -8,10 +8,14 @@
Lint/RescueException:
Exclude:
- 'lib/libhoney/transmission.rb'
+Metrics/BlockLength:
+ Max: 35
+
Metrics/ClassLength:
+ Max: 200
Exclude:
- test/*
Metrics/MethodLength:
Max: 25