From 0468be3e7f155c1309ab1f335d5d9427565bb663 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sun, 18 May 2014 18:10:12 -0700 Subject: [PATCH] Use the `ArcanistChmodLinter`. Summary: Apply the `ArcanistChmodLinter` from D9187. Test Plan: Removed all other linters from the `.arclint` file and executed `arc lint --everything`. Confirmed that there were no issues raised. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9190 --- .arclint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.arclint b/.arclint index f4552653..992fb7a0 100644 --- a/.arclint +++ b/.arclint @@ -4,6 +4,9 @@ "(\\.lint-test$)" ], "linters": { + "chmod": { + "type": "chmod" + }, "filename": { "type": "filename" },