1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-11-21 20:35:10 +00:00

Update documentation in .shellcheckrc.

This commit is contained in:
William Melody 2020-03-15 11:40:13 -07:00
parent 4fae0d5526
commit a2cddd9466

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