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:
eadler 2017-12-19 03:38:06 +00:00
parent d5e7034bc6
commit 85df931b8e

View File

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