diff --git a/src/workflow/ArcanistLintersWorkflow.php b/src/workflow/ArcanistLintersWorkflow.php index a2dc604c..7f50cf10 100644 --- a/src/workflow/ArcanistLintersWorkflow.php +++ b/src/workflow/ArcanistLintersWorkflow.php @@ -43,7 +43,7 @@ EOTEXT try { $built = $this->newLintEngine()->buildLinters(); } catch (ArcanistNoEngineException $ex) { - $built = $engine->buildLinters(); + $built = array(); } // Note that an engine can emit multiple linters of the same class to run