mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
bef6b0a244
Summary: Test Plan: Reviewers: CC:
23 lines
635 B
Text
23 lines
635 B
Text
{
|
|
"name" : "Arcanist",
|
|
"src_base" : "https://github.com/facebook/arcanist/blob/master",
|
|
"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", {}]
|
|
]
|
|
}
|
|
|