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