Skip to main content

lint_report

Function lint_report 

Source
pub fn lint_report(bytes: &[u8]) -> LintReport
Expand 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.