1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

Remove vqueryfx from linters

Summary: These methods are gone. Depends on D12566.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12567
This commit is contained in:
Joshua Spence 2015-04-27 21:19:38 +10:00
parent 9ddf37b9ee
commit 805ae12408
2 changed files with 0 additions and 4 deletions

View file

@ -158,9 +158,7 @@ final class ArcanistPhutilXHPASTLinter extends ArcanistBaseXHPASTLinter {
'qsprintf' => 1,
'vqsprintf' => 1,
'queryfx' => 1,
'vqueryfx' => 1,
'queryfx_all' => 1,
'vqueryfx_all' => 1,
'queryfx_one' => 1,
);

View file

@ -3398,8 +3398,6 @@ final class ArcanistXHPASTLinter extends ArcanistBaseXHPASTLinter {
'queryfx_one' => 1,
'vcsprintf' => 0,
'vqsprintf' => 1,
'vqueryfx' => 1,
'vqueryfx_all' => 1,
);
$function_calls = $root->selectDescendantsOfType('n_FUNCTION_CALL');