mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
270f2402de
Summary: This flag disables normal libraries to make it easier to test library changes. Print that out explicitly. Also update `.arcconfig` to use the modern configuration format. Test Plan: Ran `arc list --trace`, `arc list --load-phutil-library=src --trace`. Reviewers: zeeg, btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5768
9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"project_id" : "arcanist",
|
|
"conduit_uri" : "https://secure.phabricator.com/",
|
|
"lint.engine" : "PhutilLintEngine",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"load" : [
|
|
"src/"
|
|
]
|
|
}
|