mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
a235a041e5
Summary: Yeah, we can nuke this. Test Plan: Grepped for callsites. Reviewers: vrana Reviewed By: vrana CC: aran Maniphest Tasks: T1103 Differential Revision: https://secure.phabricator.com/D2871
23 lines
612 B
Text
23 lines
612 B
Text
{
|
|
"name" : "Arcanist",
|
|
"src_link" :
|
|
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
|
"groups" : {
|
|
"intro" : "Introduction",
|
|
"config" : "Setup & Configuration",
|
|
"workflow" : "Workflows",
|
|
"lint" : "Lint Integration",
|
|
"linter" : "Linters",
|
|
"unit" : "Unit Test Integration",
|
|
"unitrun" : "Unit Test Runners",
|
|
"diff" : "Diff and Changeset APIs",
|
|
"differential" : "Differential Integration",
|
|
"workingcopy" : "Working Copy APIs",
|
|
"testcase" : "Test Cases"
|
|
},
|
|
"engines" : [
|
|
["DivinerArticleEngine", {}],
|
|
["DivinerXHPEngine", {}]
|
|
]
|
|
}
|
|
|