Exclude SC1091 in shellcheck

This commit is contained in:
Ciprian Hacman 2024-03-06 06:57:37 +02:00
parent dee3ecc530
commit 6e959ba22f
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ disabled=(
1090
# this lint prefers command -v to which, they are not the same
2230
# this lint tries to open ./common.sh and fails
1091
)
# comma separate for passing to shellcheck
join_by() {