Skip to main content

LintBuilder

Type Alias LintBuilder 

Source
pub(crate) type LintBuilder = fn(&[String]) -> fn(&Path) -> LintFnResult;
Expand description

Function pointer type for building lints based on file changes.