pub fn lint_report(bytes: &[u8]) -> LintReportExpand description
Run the core linter over bytes, collecting and ordering the findings. Pure
and panic-free (the core lint never panics). Findings are ordered by severity
(errors first) then by code, so the renders are deterministic.