mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5908a63dfe
Summary: Allow Conduit method so they stop raising lint warnings. See D874. Test Plan: Ran "arc lint" on conduit files and was no longer given frivolous warnings. Reviewers: nh, jungejason, tuomaspelkonen, aran Reviewed By: nh CC: aran, nh, epriestley Differential Revision: 875
12 lines
370 B
JSON
12 lines
370 B
JSON
{
|
|
"project_id" : "phabricator",
|
|
"conduit_uri" : "https://secure.phabricator.com/api/",
|
|
"lint_engine" : "PhabricatorLintEngine",
|
|
"unit_engine" : "PhutilUnitTestEngine",
|
|
"copyright_holder" : "Facebook, Inc.",
|
|
"remote_hooks_installed" : true,
|
|
"phutil_libraries" : {
|
|
"phabricator" : "src/"
|
|
},
|
|
"lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter"
|
|
}
|