pub fn write_human(
report: &ValidationReport,
writer: &mut dyn Write,
) -> Result<()>Expand description
Format a ValidationReport as human-readable plain text to a writer.
Color/ANSI formatting is the responsibility of the caller (CLI layer).
ยงErrors
Returns an error if writing fails.