Method: RuboCop::ConfigLoader.merge_with_default

Defined in:
lib/rubocop/config_loader.rb

.merge_with_default(config, config_file, unset_nil: true) ⇒ Object

Merges the given configuration with the default one.



189
190
191
# File 'lib/rubocop/config_loader.rb', line 189

def merge_with_default(config, config_file, unset_nil: true)
  resolver.merge_with_default(config, config_file, unset_nil: unset_nil)
end