Module: RubomaticHtml::Inject

Defined in:
lib/rubomatic-html/inject.rb

Class Method Summary collapse

Class Method Details

.defaults!Object

This was a generated method from github.com/rubocop/rubocop-extension-generator



7
8
9
10
11
12
13
14
15
16
17
# File 'lib/rubomatic-html/inject.rb', line 7

def self.defaults!
  path = CONFIG_DEFAULT.to_s
  hash = ConfigLoader.__send__(:load_yaml_configuration, path)
  config = Config.new(hash, path).tap(&:make_excludes_absolute)

  puts("configuration from #{path}") if ConfigLoader.debug?

  config = ConfigLoader.merge_with_default(config, path)

  ConfigLoader.instance_variable_set(:@default_configuration, config)
end