firmware/.trunk/configs/.shellcheckrc

10 lines
199 B
Plaintext
Raw Normal View History

enable=all
source-path=SCRIPTDIR
disable=SC2154
disable=SC2248
disable=SC2250
# If you're having issues with shellcheck following source, disable the errors via:
# disable=SC1090
# disable=SC1091
#