Skip to main content

lint

Function lint 

Source
pub fn lint(root: &Path, config: &Config) -> Result<Vec<Violation>>
Expand description

Top-level entry point: discover files under root, run enabled rules, and return the aggregated violations.