mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-30 09:20:25 +01:00
[WIP] shellcheck linting
This commit is contained in:
4
.github/workflows/shellcheck.yml
vendored
4
.github/workflows/shellcheck.yml
vendored
@@ -22,7 +22,9 @@ jobs:
|
||||
# Excluding SC3037: In POSIX sh, echo flags are undefined. Ignoring temporarily until we decide to keep it or
|
||||
# use printf instead
|
||||
# Excluding SC2155: Declare and assign separately to avoid masking return values.
|
||||
SHELLCHECK_OPTS: -e SC3043 -e SC2154 -e SC3037 -e SC2155
|
||||
# Excluding SC2124: Assigning an array to a string! Check instead if this is a false positive or if there is
|
||||
# a better way to do it.
|
||||
SHELLCHECK_OPTS: -e SC3043 -e SC2154 -e SC3037 -e SC2155 -e SC2124
|
||||
with:
|
||||
severity: warning
|
||||
scandir: "./usr/local/share/bastille"
|
||||
|
||||
Reference in New Issue
Block a user