1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-02 06:20:52 +00:00

Add .shellcheckrc and disable SC2207.

This commit is contained in:
William Melody 2020-03-15 11:31:27 -07:00
parent fa9ba543f5
commit a54793a9d0

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