add explaination for shellcheck disable

SC3043 is the warning about lack of `local` definition in POSIX. This is a Dev Exp improvement, as it removes unneeded and unwanted warnings.
This commit is contained in:
aarondill 2023-07-05 13:05:35 -05:00
parent bd3dd1d0e8
commit c9a4e52623
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# shellcheck shell=dash
# shellcheck disable=SC3043
# shellcheck disable=SC3043 # Disable warning about 'local'. see note below.
# The official zoxide installer.
#