mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
448cd31fff
Summary: Right now, if you specify "/api" instead of "/api/" the entire world breaks in a horrible way. Generally, this whole thing is silly. Just use the right path. Test Plan: Edited .arcconfig to use the "wrong" path, so this diff demonstrates the change works. Reviewed By: llorca Reviewers: jungejason, llorca, aran, tuomaspelkonen CC: aran, llorca, epriestley Differential Revision: 506
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"project_id" : "arcanist",
|
|
"conduit_uri" : "https://secure.phabricator.com/",
|
|
"lint_engine" : "PhutilLintEngine",
|
|
"unit_engine" : "PhutilUnitTestEngine",
|
|
"remote_hooks_installed" : true,
|
|
"copyright_holder" : "Facebook, Inc.",
|
|
"phutil_libraries" : {
|
|
"arcanist" : "src/"
|
|
}
|
|
}
|