From df1491c4492010d19c4c010246bad5125b49034e Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 3 Jul 2014 06:44:36 +1000 Subject: [PATCH] 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 --- .arclint | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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$)",