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.
This commit is contained in:
Eitan Adler 2018-03-17 01:27:54 +00:00
parent 11f9302f44
commit 685b13aa35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/11/; revision=331081

View File

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