mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01: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:
parent
9ddf37b9ee
commit
805ae12408
2 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue