mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
1c81cd7615
Test Plan: diviner . Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2189
24 lines
651 B
Text
24 lines
651 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",
|
|
"module" : "Phutil Module System",
|
|
"testcase" : "Test Cases"
|
|
},
|
|
"engines" : [
|
|
["DivinerArticleEngine", {}],
|
|
["DivinerXHPEngine", {}]
|
|
]
|
|
}
|
|
|