blob: 0c7908316b8fdabc9b31d371bb1dabfe99fd4c64 (
plain)
1
2
3
4
5
6
7
8
9
|
shell=bash
# Allow implicitly exported variables, e.g. pkgrel
# See also: https://github.com/koalaman/shellcheck/issues/2356
disable=SC2034
# Allow implicitly sourced variables, e.g. pkgdir
# See also: https://github.com/koalaman/shellcheck/issues/356
disable=SC2154
|