diff --git a/.arclint b/.arclint index ac66b697..622e8b47 100644 --- a/.arclint +++ b/.arclint @@ -28,16 +28,13 @@ "nolint": { "type": "nolint" }, - "phutil-xhpast": { - "type": "phutil-xhpast", - "include": "(\\.php$)" - }, "phutil-library": { "type": "phutil-library", "include": "(\\.php$)" }, - "text": { - "type": "text" + "phutil-xhpast": { + "type": "phutil-xhpast", + "include": "(\\.php$)" }, "spelling": { "type": "spelling", @@ -45,6 +42,9 @@ "(^src/lint/linter/spelling/ArcanistSpellingDefaultData\\.php$)" ] }, + "text": { + "type": "text" + }, "xhpast": { "type": "xhpast", "include": "(\\.php$)",