.rubocop_todo.yml in libhoney-1.14.0 vs .rubocop_todo.yml in libhoney-1.14.1

- old
+ new

@@ -12,25 +12,25 @@ - 'lib/libhoney/client.rb' - 'lib/libhoney/transmission.rb' # Offense count: 7 Metrics/AbcSize: - Max: 35 + Max: 40 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 27 + Max: 30 # Offense count: 2 Metrics/CyclomaticComplexity: - Max: 8 + Max: 12 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 12 # Offense count: 1 Metrics/PerceivedComplexity: - Max: 8 + Max: 10