class RuboCop::ConfigLoader

def merge_with_default(config, config_file, unset_nil: true)

Merges the given configuration with the default one.
def merge_with_default(config, config_file, unset_nil: true)
  resolver.merge_with_default(config, config_file, unset_nil: unset_nil)
end