Expand description
CI check runner — configurable security, complexity, and dead-code gates.
Load thresholds from .infigraph/check.toml (with sane defaults), run the
enabled checks, and return per-check PASS/FAIL results suitable for CI exit
codes and human-readable or JSON output.
Structs§
- Check
Config - Top-level config loaded from
.infigraph/check.toml. - Check
Result - A single named check result with summary details.
- Check
Selection - Which checks to run.
- Complexity
Config - Dead
Code Config - Security
Config - Vuln
Check Config
Enums§
Functions§
- format_
json - Format results as JSON.
- format_
table - Format results as a human-readable table.
- load_
config - Load check config from a TOML file path. Falls back to defaults if the file is missing.
- run_
checks - Run the selected checks against a project root and return results.