1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-13 02:12:41 +01:00

Minor documentation improvements

Summary: Minor tidying of documentation and adding some groups.

Test Plan: Eyeball it.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D13135
This commit is contained in:
Joshua Spence 2015-06-08 11:31:35 +10:00
parent 8c589f1f75
commit c36a825f5c

View file

@ -7,15 +7,27 @@
"uri.source":
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
"rules": {
"(\\.php$)" : "DivinerPHPAtomizer",
"(\\.diviner$)" : "DivinerArticleAtomizer"
"(\\.diviner$)": "DivinerArticleAtomizer",
"(\\.php$)": "DivinerPHPAtomizer"
},
"exclude": [
"(^externals/)",
"(^resources/)",
"(^scripts/)",
"(^support/)",
"(^resources/)"
"(^support/)"
],
"groups": {
"lint": {
"name": "Lint",
"include": "(^src/lint/)"
},
"unit": {
"name": "Unit Testing",
"include": "(^src/unit/)"
},
"workflow": {
"name": "Workflows",
"include": "(^src/workflow/)"
}
}
}