mirror of
https://github.com/cytopia/devilbox.git
synced 2025-03-22 12:05:21 +00:00
Exclude shellcheck rule
This commit is contained in:
parent
d0585bb174
commit
c40c43c4ea
@ -22,7 +22,7 @@ lint-tests:
|
||||
-v "$(PWD):/mnt" \
|
||||
--entrypoint=sh \
|
||||
koalaman/shellcheck-alpine:stable \
|
||||
-c "find . -name '*.sh' -print0 | xargs -0 -n1 shellcheck --check-sourced --color=auto --shell=bash"
|
||||
-c "find . -name '*.sh' -print0 | xargs -0 -n1 shellcheck --check-sourced --color=auto --exclude=SC1091 --shell=bash"
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user