summaryrefslogtreecommitdiffstats
path: root/.arclint
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-17 01:27:54 +0000
committereadler <eadler@FreeBSD.org>2018-03-17 01:27:54 +0000
commit2fb98eb1768b64c449e16a0209390c71dd4c656e (patch)
treebc7b55ec51c17de6e7deaa8b93dcc1c5a26c3372 /.arclint
parent2a14219a930a2810dc0f952df9dbd78cf712168d (diff)
downloadFreeBSD-src-2fb98eb1768b64c449e16a0209390c71dd4c656e.zip
FreeBSD-src-2fb98eb1768b64c449e16a0209390c71dd4c656e.tar.gz
MFC r326959:
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.
Diffstat (limited to '.arclint')
-rw-r--r--.arclint3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index 31bda09..5078cba 100644
--- a/.arclint
+++ b/.arclint
@@ -9,7 +9,8 @@
"type": "spelling"
},
"chmod": {
- "type": "chmod"
+ "type": "chmod",
+ "exclude": "(/tests/)"
},
"merge-conflict": {
"type": "merge-conflict"
OpenPOWER on IntegriCloud