mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 16:02:39 +01:00
Alphabetize .arclint
linters
Summary: I'm a bit OCD with this, but I find the `.arclint` file easier to read if the keys are in alphabetical order. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9804
This commit is contained in:
parent
792204db95
commit
df1491c449
1 changed files with 6 additions and 6 deletions
12
.arclint
12
.arclint
|
@ -28,16 +28,13 @@
|
||||||
"nolint": {
|
"nolint": {
|
||||||
"type": "nolint"
|
"type": "nolint"
|
||||||
},
|
},
|
||||||
"phutil-xhpast": {
|
|
||||||
"type": "phutil-xhpast",
|
|
||||||
"include": "(\\.php$)"
|
|
||||||
},
|
|
||||||
"phutil-library": {
|
"phutil-library": {
|
||||||
"type": "phutil-library",
|
"type": "phutil-library",
|
||||||
"include": "(\\.php$)"
|
"include": "(\\.php$)"
|
||||||
},
|
},
|
||||||
"text": {
|
"phutil-xhpast": {
|
||||||
"type": "text"
|
"type": "phutil-xhpast",
|
||||||
|
"include": "(\\.php$)"
|
||||||
},
|
},
|
||||||
"spelling": {
|
"spelling": {
|
||||||
"type": "spelling",
|
"type": "spelling",
|
||||||
|
@ -45,6 +42,9 @@
|
||||||
"(^src/lint/linter/spelling/ArcanistSpellingDefaultData\\.php$)"
|
"(^src/lint/linter/spelling/ArcanistSpellingDefaultData\\.php$)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"text": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"xhpast": {
|
"xhpast": {
|
||||||
"type": "xhpast",
|
"type": "xhpast",
|
||||||
"include": "(\\.php$)",
|
"include": "(\\.php$)",
|
||||||
|
|
Loading…
Reference in a new issue