1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-08-04 13:25:24 +00:00
pi-hole/.shellcheckrc
Christian König ca1bab3c1b
Fix more shellcheck warnings
Signed-off-by: Christian König <github@yubiuser.dev>
2025-04-07 10:52:57 +02:00

3 lines
131 B
Plaintext

external-sources=true # allow shellcheck to read external sources
disable=SC3043 #disable SC3043: In POSIX sh, local is undefined.