mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-19 16:48:14 +02:00
7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
external-sources=true # allow shellcheck to read external sources
|
|
disable=SC3043 #disable SC3043: In POSIX sh, local is undefined.
|
|
enable=useless-use-of-cat # disabled by default as of shellcheck 0.11.0
|
|
enable=avoid-negated-conditions # avoid-negated-conditions is optional as of shellcheck 0.11.0
|
|
enable=require-variable-braces
|
|
enable=deprecate-which
|