mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Updated .arcconfig
to match newer style configuration.
Summary: If I'm not mistaken, `project_id` was recently replaced by `project.name` and `conduit_uri` replaced by `phabricator.uri`. Test Plan: I guess if this differential works, then everything is okay. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8338
This commit is contained in:
parent
c79623f756
commit
f0e6dc1221
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
"project_id" : "phabricator",
|
||||
"conduit_uri" : "https://secure.phabricator.com/api/",
|
||||
"project.name" : "phabricator",
|
||||
"phabricator.uri" : "https://secure.phabricator.com/",
|
||||
"lint.engine" : "PhabricatorLintEngine",
|
||||
"unit.engine" : "PhutilUnitTestEngine",
|
||||
"phutil_libraries" : {
|
||||
"phabricator" : "src/"
|
||||
},
|
||||
"load" : ["src/"],
|
||||
"lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter",
|
||||
"lint.jshint.config" : "support/jshint/jshintconfig"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue