mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-01 23:20:57 +00:00
Exclude shellcheck rule
This commit is contained in:
parent
d0585bb174
commit
c40c43c4ea
@ -22,7 +22,7 @@ lint-tests:
|
|||||||
-v "$(PWD):/mnt" \
|
-v "$(PWD):/mnt" \
|
||||||
--entrypoint=sh \
|
--entrypoint=sh \
|
||||||
koalaman/shellcheck-alpine:stable \
|
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