We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
send
1 parent 074bd2a commit 2c00726Copy full SHA for 2c00726
lib/rubocop/performance/inject.rb
@@ -7,7 +7,7 @@ module Performance
7
module Inject
8
def self.defaults!
9
path = CONFIG_DEFAULT.to_s
10
- hash = ConfigLoader.send(:load_yaml_configuration, path)
+ hash = ConfigLoader.load_yaml_configuration(path)
11
config = Config.new(hash, path).tap(&:make_excludes_absolute)
12
puts "configuration from #{path}" if ConfigLoader.debug?
13
config = ConfigLoader.merge_with_default(config, path)
0 commit comments