pub const VALIDATE_OUTPUT_FORMATS: &[ReportFormat];Expand description
Output formats the validate command has a real renderer for.
auto/summary render the plain-text report; everything else here is a
dedicated machine-readable emitter. All other ReportFormat values are
rejected up front instead of silently falling back to text.