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.
unset_nil: false
ConfigLoader.merge_with_default
1 parent 5180fa2 commit 998ce23Copy full SHA for 998ce23
lib/rubocop/rails/inject.rb
@@ -10,7 +10,7 @@ def self.defaults!
10
hash = ConfigLoader.send(:load_yaml_configuration, path)
11
config = Config.new(hash, path)
12
puts "configuration from #{path}" if ConfigLoader.debug?
13
- config = ConfigLoader.merge_with_default(config, path)
+ config = ConfigLoader.merge_with_default(config, path, unset_nil: false)
14
ConfigLoader.instance_variable_set(:@default_configuration, config)
15
end
16
0 commit comments