diff --git a/lib/new_relic/agent/configuration/default_source.rb b/lib/new_relic/agent/configuration/default_source.rb index 5a63a3e4b8..b53ea76743 100644 --- a/lib/new_relic/agent/configuration/default_source.rb +++ b/lib/new_relic/agent/configuration/default_source.rb @@ -57,7 +57,7 @@ def self.transform_for(key) default_settings[:transform] if default_settings end - def self.config_search_paths # rubocop:disable Metrics/AbcSize + def self.config_search_paths proc { yaml = 'newrelic.yml' config_yaml = File.join('config', yaml)