mirror of https://github.com/kubernetes/kops.git
Exclude SC1091 in shellcheck
This commit is contained in:
parent
dee3ecc530
commit
6e959ba22f
|
@ -36,6 +36,8 @@ disabled=(
|
||||||
1090
|
1090
|
||||||
# this lint prefers command -v to which, they are not the same
|
# this lint prefers command -v to which, they are not the same
|
||||||
2230
|
2230
|
||||||
|
# this lint tries to open ./common.sh and fails
|
||||||
|
1091
|
||||||
)
|
)
|
||||||
# comma separate for passing to shellcheck
|
# comma separate for passing to shellcheck
|
||||||
join_by() {
|
join_by() {
|
||||||
|
|
Loading…
Reference in New Issue