mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
23487dc357
Summary: Also fix a few other minor issues: - Use lint config. - Fix a method signature from `arc unit --everything` (unrelated). - Add a javelin doc. Test Plan: Ran `arc lint`, `arc unit`, `arc linters`. Reviewers: btrahan, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9072
6 lines
157 B
JSON
6 lines
157 B
JSON
{
|
|
"project.name" : "phabricator",
|
|
"phabricator.uri" : "https://secure.phabricator.com/",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"load" : ["src/"]
|
|
}
|