pub(crate) type LintBuilder = fn(&[String]) -> fn(&Path) -> LintFnResult;
Function pointer type for building lints based on file changes.