Expand description
YAML serialization of lint reports for CLI --report output.
Structs§
- Aggregate
Report - Directory lint report written by
--reportin directory mode. - File
Report - Per-file section of an aggregate YAML report.
- Report
Violation - One violation in a YAML lint report.
- Single
File Report - Single-file lint report written by
--reportin file mode.
Functions§
- report_
to_ yaml_ aggregate - Serialize directory lint results to YAML for
--reportoutput. - report_
to_ yaml_ single - Serialize one
LintReportto YAML for--reportoutput.