From a2cddd9466dce25821dd5796185a01f737df5e74 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 15 Mar 2020 11:40:13 -0700 Subject: [PATCH] Update documentation in .shellcheckrc. --- .shellcheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.shellcheckrc b/.shellcheckrc index af55723..6def9b8 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -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