Diviner

Class ArcanistSingleLintEngine

Definedsrc/lint/engine/ArcanistSingleLintEngine.php:14
GroupLinters
ExtendsArcanistLintEngine

Run a single linter on every path unconditionally. This is a glue engine for linters like ArcanistScriptAndRegexLinter, if you are averse to writing a phutil library. Your linter will receive every path, including paths which have been moved or deleted.

Set which linter should be run by configuring lint.engine.single.linter in .arcconfig or user config.

Tasks

Unspecified

Methods

public buildLinters()

returnwild
This method is not documented.