pub fn lint(
content: &str,
rules: &[Box<dyn Rule>],
verbose: bool,
flavor: MarkdownFlavor,
config: Option<&Config>,
) -> 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.