From 9ae26a5cb90a66eae36484c0c3e83b119b6044a9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 9 Dec 2017 08:21:29 +0000 Subject: [PATCH] arc lint: Explain linting explain shell scripts in scripts don't need to be chmod +x to work. In fact most are not. Of the tests I found from a simple search: 65 are chmod +x 84 are chmod -x simply disable the check for test shell scripts. --- .arclint | 1 + 1 file changed, 1 insertion(+) diff --git a/.arclint b/.arclint index 5078cba32c37..ea99eb54a5f4 100644 --- a/.arclint +++ b/.arclint @@ -24,3 +24,4 @@ } } } +