Skip to content

Commit 85df931

Browse files
committed
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
1 parent d5e7034 commit 85df931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.arclint

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"type": "spelling"
1010
},
1111
"chmod": {
12-
"type": "chmod"
12+
"type": "chmod",
13+
"exclude": "(/tests/)"
1314
},
1415
"merge-conflict": {
1516
"type": "merge-conflict"

0 commit comments

Comments
 (0)