Skip to main content

report

Function report 

Source
pub fn report(checks: &[Check], style: Style) -> String
Expand description

Renders the checks as the report the command prints.

Fixes are gathered under the table rather than shown per row: the table answers “what is wrong” at a glance, and a fix column would wrap every long command and destroy that. Ordering is the check order, not severity — the reader is looking for a name they recognise.