mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Change parameters for diffusion.getlintmessages
call
Summary: Ref T7604. Change the parameter for `diffusion.getlintmessages` from `arcanistProject` to `repositoryPHID`. Test Plan: Ran `arc --conduit-uri='http://phabricator.local lint --only-new=1` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D12900
This commit is contained in:
parent
4bb2eecdaf
commit
d0d2cf903c
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ EOTEXT
|
|||
}
|
||||
|
||||
$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),
|
||||
|
|
Loading…
Reference in a new issue