mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
64f35f0b83
Summary: `pht()` can be some random function. Better solution would be to separate this linter to its own class but it would be slower. Also use `PhutilLintEngine` as `lint.engine`. Test Plan: $ arc lint # on file with pht($a) Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3480
10 lines
260 B
JSON
10 lines
260 B
JSON
{
|
|
"project_id" : "arcanist",
|
|
"conduit_uri" : "https://secure.phabricator.com/",
|
|
"lint.engine" : "PhutilLintEngine",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"copyright_holder" : "Facebook, Inc.",
|
|
"phutil_libraries" : {
|
|
"arcanist" : "src/"
|
|
}
|
|
}
|