mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +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:
parent
92dbc36250
commit
4c208cec16
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"project.name" : "arcanist",
|
||||
"phabricator.uri" : "https://secure.phabricator.com/",
|
||||
"unit.engine" : "PhutilUnitTestEngine",
|
||||
"load" : [
|
||||
"phabricator.uri": "https://secure.phabricator.com/",
|
||||
"unit.engine": "PhutilUnitTestEngine",
|
||||
"load": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue