pub fn run(root: &Path) -> ReportExpand 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.