pub fn lint( content: &str, rules: &[Box<dyn Rule>], _verbose: bool, ) -> LintResult
Lint a file against the given rules