Expand description
Shared audit JSON payload contracts for programmatic consumers.
Structs§
- Audit
Attribution - New-vs-inherited issue counts for audit.
- Audit
Code Climate Output Input - Typed audit CodeClimate assembly input.
- Audit
Json Header Input - Header fields shared by audit JSON and review-brief subtract sections.
- Audit
Json Output Input - Typed audit JSON assembly input.
- Audit
Sarif Output Input - Typed audit SARIF assembly input.
- Audit
Summary - Per-category summary counts for the audit result.
Enums§
- Audit
Verdict - Verdict for the audit command.
Functions§
- build_
audit_ codeclimate - Build the combined CodeClimate JSON array for
fallow audit. - build_
audit_ codeclimate_ issues - Build combined CodeClimate issues for
fallow audit. - build_
audit_ header_ json - Build the audit header JSON object used by review brief output.
- build_
audit_ header_ map - Build the audit header as an object map for composed output contracts such as review briefs.
- build_
audit_ sarif - Build the combined SARIF document for
fallow audit. - serialize_
audit_ json - Serialize a typed audit JSON output envelope.