Add .shellcheckrc and disable SC2207.

This commit is contained in:
William Melody 2020-03-15 11:31:27 -07:00
parent fa9ba543f5
commit a54793a9d0
1 changed files with 12 additions and 0 deletions

12
.shellcheckrc Normal file
View File

@ -0,0 +1,12 @@
###############################################################################
# .shellcheckrc
#
# https://github.com/koalaman/shellcheck
###############################################################################
# Disable SC2207
#
# IFS and `noglob` are set.
#
# https://github.com/koalaman/shellcheck/wiki/SC2207
disable=SC2207