1
0
Fork 0
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:
Joshua Spence 2014-07-03 06:44:36 +10:00
parent 792204db95
commit df1491c449

View file

@ -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$)",