1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

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
This commit is contained in:
Eitan Adler 2017-12-19 03:38:06 +00:00
parent 8fbecf7b2e
commit 9ff7bf7a93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326959

View File

@ -9,7 +9,8 @@
"type": "spelling" "type": "spelling"
}, },
"chmod": { "chmod": {
"type": "chmod" "type": "chmod",
"exclude": "(/tests/)"
}, },
"merge-conflict": { "merge-conflict": {
"type": "merge-conflict" "type": "merge-conflict"