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:
parent
bd3dd1d0e8
commit
c9a4e52623
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# shellcheck shell=dash
|
# shellcheck shell=dash
|
||||||
# shellcheck disable=SC3043
|
# shellcheck disable=SC3043 # Disable warning about 'local'. see note below.
|
||||||
|
|
||||||
# The official zoxide installer.
|
# The official zoxide installer.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue