hosts/.shellcheckrc

13 lines
337 B
Plaintext
Raw Normal View History

2020-03-15 18:31:27 +00:00
###############################################################################
# .shellcheckrc
#
# https://github.com/koalaman/shellcheck
###############################################################################
# Disable SC2207
#
# IFS and `noglob` are set.
#
# https://github.com/koalaman/shellcheck/wiki/SC2207
disable=SC2207