Skip to main content

merged_allow_plugins

Function merged_allow_plugins 

Source
pub fn merged_allow_plugins(
    project: Option<&Value>,
    global: Option<&Value>,
) -> Option<Value>
Expand description

Config::merge for allow-plugins: the project value replaces the global one unless both are objects, in which case array_merge($project, $global, $project): the project keys first, in their order, then those only the global config brings. Order matters: the first matching rule decides.