mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
d62bd48a81
Summary: This might not be universally desireable, but I found myself writing an additional linter (which I had called `WhitespaceTextLinter`) for the sake of these two linter tests. I figured it may be of use upstream, and so I decided to submit it as a diff. I won't be offended if it is rejected however. Test Plan: `arc lint` and `arc unit` are both okay with it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7957
22 lines
637 B
Text
22 lines
637 B
Text
{
|
|
"name" : "Arcanist",
|
|
"src_link" :
|
|
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
|
"groups" : {
|
|
"notuser" : "HEY! THIS IS NOT USER DOCUMENTATION!",
|
|
"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", {}]
|
|
]
|
|
}
|