1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Remove "project.name" from `.arcconfig"

Summary: Ref T7604. Remove the `project.name` configuration from `.arcconfig`. Depends on D12999.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

Differential Revision: https://secure.phabricator.com/D13003
This commit is contained in:
Joshua Spence 2015-05-25 22:42:31 +10:00
parent 92dbc36250
commit 4c208cec16

View file

@ -1,8 +1,7 @@
{ {
"project.name" : "arcanist", "phabricator.uri": "https://secure.phabricator.com/",
"phabricator.uri" : "https://secure.phabricator.com/", "unit.engine": "PhutilUnitTestEngine",
"unit.engine" : "PhutilUnitTestEngine", "load": [
"load" : [
"src/" "src/"
] ]
} }