mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 06:55:46 +01:00
github: shellcheck exclude SC3037
This commit is contained in:
4
.github/workflows/shellcheck.yml
vendored
4
.github/workflows/shellcheck.yml
vendored
@@ -19,7 +19,9 @@ jobs:
|
||||
env:
|
||||
# Excluding SC3043: In POSIX sh, 'local' is undefined. Ignoring because local is a built-in command in FreeBSD
|
||||
# Excluding SC2154: Variable is referenced but not assigned. Because we include files in the scripts
|
||||
SHELLCHECK_OPTS: -e SC3043 -e SC2154
|
||||
# Excluding SC3037: In POSIX sh, echo flags are undefined. Ignoring temporarily until we decide to keep it or
|
||||
# use printf instead
|
||||
SHELLCHECK_OPTS: -e SC3043 -e SC2154 -e SC3037
|
||||
with:
|
||||
severity: warning
|
||||
scandir: "./usr/local/share/bastille"
|
||||
|
||||
Reference in New Issue
Block a user