Skip to main content

collect_active_plugins

Function collect_active_plugins 

Source
pub fn collect_active_plugins(
    root: &Path,
    config: &ResolvedConfig,
    discovered: &[DiscoveredFile],
    workspaces: &[WorkspaceInfo],
) -> Result<AggregatedPluginResult, ListInventoryError>
Expand description

Collect active plugins from the root package and every workspace package.

Missing package manifests are ignored, matching the historical list-command behavior.

ยงErrors

Returns plugin regex validation errors from user-authored plugin settings.