aboutsummaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-19 03:38:06 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-19 03:38:06 +0000
commit9ff7bf7a93bddc79a3dc5616c82cdd3b806bf606 (patch)
treed2e1d80ed0c2900ca64dd49b8742b52ba82b2dae /.arclint
parent8fbecf7b2eaa04cb6dc07eb1327a685c43672cd1 (diff)
downloadsrc-9ff7bf7a93bddc79a3dc5616c82cdd3b806bf606.tar.gz
src-9ff7bf7a93bddc79a3dc5616c82cdd3b806bf606.zip
arc lint: ignore /tests/ in chmod
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. Recommit requested by: cem, rgrimes
Notes
Notes: svn path=/head/; revision=326959
Diffstat (limited to '.arclint')
-rw-r--r--.arclint3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index 31bda09b1a83..5078cba32c37 100644
--- a/.arclint
+++ b/.arclint
@@ -9,7 +9,8 @@
"type": "spelling"
},
"chmod": {
- "type": "chmod"
+ "type": "chmod",
+ "exclude": "(/tests/)"
},
"merge-conflict": {
"type": "merge-conflict"