Update documentation in .shellcheckrc.

This commit is contained in:
William Melody 2020-03-15 11:40:13 -07:00
parent 4fae0d5526
commit a2cddd9466
1 changed files with 2 additions and 1 deletions

View File

@ -2,11 +2,12 @@
# .shellcheckrc
#
# https://github.com/koalaman/shellcheck
# https://github.com/koalaman/shellcheck/wiki/Ignore
###############################################################################
# Disable SC2206 and SC2207
#
# IFS and `noglob` are set.
# `IFS` and `noglob` are set.
#
# https://github.com/koalaman/shellcheck/wiki/SC2206
# https://github.com/koalaman/shellcheck/wiki/SC2207