From 294f2bf1184d7fdd7bc1375bb97b7bf198a7f77e Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 24 Jun 2014 03:10:15 +1000 Subject: [PATCH] Don't lint `/webroot/rsrc/externals/`. Summary: If I understand correctly, the `/webroot/rsrc/externals/` directory should be treated similarly to `/externals/` in terms of linting and coding style. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9689 --- .arclint | 1 + 1 file changed, 1 insertion(+) diff --git a/.arclint b/.arclint index be5f44fecf..c7a8fc9501 100644 --- a/.arclint +++ b/.arclint @@ -1,6 +1,7 @@ { "exclude": [ "(^externals/)", + "(^webroot/rsrc/externals/)", "(/__tests__/data/)" ], "linters": {