1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-04 07:20:50 +00:00
hosts/.shellcheckrc
2020-03-15 11:32:09 -07:00

13 lines
337 B
Plaintext

###############################################################################
# .shellcheckrc
#
# https://github.com/koalaman/shellcheck
###############################################################################
# Disable SC2207
#
# IFS and `noglob` are set.
#
# https://github.com/koalaman/shellcheck/wiki/SC2207
disable=SC2207