Page MenuHomePhabricator

D12900.diff
No OneTemporary

D12900.diff

diff --git a/src/workflow/ArcanistLintWorkflow.php b/src/workflow/ArcanistLintWorkflow.php
--- a/src/workflow/ArcanistLintWorkflow.php
+++ b/src/workflow/ArcanistLintWorkflow.php
@@ -319,7 +319,7 @@
}
$lint_future = $conduit->callMethod('diffusion.getlintmessages', array(
- 'arcanistProject' => $this->getWorkingCopy()->getProjectID(),
+ 'repositoryPHID' => idx($this->loadProjectRepository(), 'phid'),
'branch' => '', // TODO: Tracking branch.
'commit' => $api->getBaseCommit(),
'files' => array_keys($all_paths),

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 10, 6:11 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7407102
Default Alt Text
D12900.diff (574 B)

Event Timeline