pub fn lint(
content: &str,
rules: &[Box<dyn Rule>],
_verbose: bool,
) -> LintResultExpand description
Lint a file against the given rules with intelligent rule filtering
Assumes the provided rules vector contains the final,
configured, and filtered set of rules to be executed.