.rubocop_todo.yml in newrelic_rpm-8.14.0 vs .rubocop_todo.yml in newrelic_rpm-8.15.0

- old
+ new

@@ -43,9 +43,12 @@ # Offense count: 27 # This cop supports safe autocorrection (--autocorrect). Minitest/TestMethodName: Enabled: false +Style/ConcatArrayLiterals: + Enabled: false + Minitest/RefuteRespondTo: Exclude: - 'test/new_relic/cli/commands/deployments_test.rb' Minitest/EmptyLineBeforeAssertionMethods: