LintFn

Type Alias LintFn 

Source
type LintFn = fn(_: &Dir, config: &LintExecutionConfig) -> Result<Result<(), LintError>>;