Page MenuHomePhabricator

D9255.diff
No OneTemporary

D9255.diff

diff --git a/src/workflow/ArcanistLintersWorkflow.php b/src/workflow/ArcanistLintersWorkflow.php
--- a/src/workflow/ArcanistLintersWorkflow.php
+++ b/src/workflow/ArcanistLintersWorkflow.php
@@ -43,7 +43,7 @@
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

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 14, 12:57 AM (3 h, 55 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719313
Default Alt Text
D9255.diff (478 B)

Event Timeline