pub fn lint_paths(paths: &[PathBuf], engine: LintEngine) -> Result<LintReport>Expand description
Lint the given paths with the selected engine(s).
Missing optional tools produce explicit entries in report.missing and do not panic.
Harper always uses in-process harper-core when the Harper engine is selected.