1
0
Fork 0
debootstrap/.shellcheckrc
Daniel Baumann 04ec7bd664
Adding upstream version 1.0.141.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 09:44:37 +02:00

12 lines
365 B
Text

# SC1090: Can't follow non-constant source. Use a directive to specify location
# https://www.shellcheck.net/wiki/SC1090
disable=SC1090
# SC1091: Not following <file>
# https://www.shellcheck.net/wiki/SC1091
disable=SC1091
# SC3043: In POSIX sh, local is undefined
# https://www.shellcheck.net/wiki/SC3043
# ...but dash and BusyBox ash support it.
disable=SC3043