Expand description
The check orchestrator: run the v0.8 rules over the composed graph, apply configured severity and per-rule ignore globs, and return the sorted findings.
Built-in rules are always on at their default warn severity; config can
promote a rule to error, silence it with off, or ignore subjects by
glob. Staleness rules run only when a lockfile is present.
Functionsยง
- run
- Evaluate all v0.8 rules and apply config. Staleness rules run only with a lockfile; structural rules always run.