class ERBLint::RunnerConfig

def merge!(other_config)

def merge!(other_config)
  @config.deep_merge!(other_config.to_hash)
  self
end