Skip to main content

Module report

Module report 

Source
Expand description

YAML serialization of lint reports for CLI --report output.

Structs§

AggregateReport
Directory lint report written by --report in directory mode.
FileReport
Per-file section of an aggregate YAML report.
ReportViolation
One violation in a YAML lint report.
SingleFileReport
Single-file lint report written by --report in file mode.

Functions§

report_to_yaml_aggregate
Serialize directory lint results to YAML for --report output.
report_to_yaml_single
Serialize one LintReport to YAML for --report output.