mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05: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:
parent
8fbecf7b2e
commit
9ff7bf7a93
1 changed files with 2 additions and 1 deletions
3
.arclint
3
.arclint
|
|
@ -9,7 +9,8 @@
|
|||
"type": "spelling"
|
||||
},
|
||||
"chmod": {
|
||||
"type": "chmod"
|
||||
"type": "chmod",
|
||||
"exclude": "(/tests/)"
|
||||
},
|
||||
"merge-conflict": {
|
||||
"type": "merge-conflict"
|
||||
|
|
|
|||
Loading…
Reference in a new issue