final public function getRendererKey()
final public function getRendererKey()
Return
wild |
final public static function getAllRenderers()
final public static function getAllRenderers()
Return
wild |
final public function setOutputPath($path)
final public function setOutputPath($path)
Parameters
$path |
Return
wild |
public function supportsPatching()
public function supportsPatching()
Does this renderer support applying lint patches?
Return
bool | True if patches should be applied when using this renderer. |
public function willRenderResults()
public function willRenderResults()
Return
wild |
public function didRenderResults()
public function didRenderResults()
Return
wild |
public function renderResultCode($result_code)
public function renderResultCode($result_code)
Parameters
$result_code |
Return
wild |
public function handleException($ex)
public function handleException($ex)
Parameters
Exception | $ex |
Return
wild |
abstract public function renderLintResult($result)
abstract public function renderLintResult($result)
Parameters
ArcanistLintResult | $result |
Return
wild |
protected function writeOut($message)
protected function writeOut($message)
Parameters
$message |
Return
wild |