Skip to main content

run

Function run 

Source
pub fn run(root: &Path) -> Report
Expand description

Run every probe against the tree rooted at root (the repo root). Used by the CLI’s full report; the gating test uses the nine gated probes alone (gated_disagreements) so it never pays for a workspace-wide clippy pass (wildcard_arms) just to check the probes that are actually diffed.