class Standard::Plugin::MergesPluginsIntoRubocopConfig

def except(hash_or_config, keys)

def except(hash_or_config, keys)
  hash_or_config.to_h.except(*keys).to_h
end