diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddeb2a6..4a9155c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ analyze: - shellcheck --version script: - echo "--------- CHECKING POSIX SHELLSCRIPTS -------------" - - find . -type f -name '*.sh' | xargs shellcheck + - find . -type f -name '*.sh' | xargs shellcheck -Calways - echo "--------- CHECKING ZSH SHELLSCRIPTS -------------" - - find . -type f -name '*.zsh' | xargs shellcheck -s bash -e SC2034 + - find . -type f -name '*.zsh' | xargs shellcheck -Calways -s bash -e SC2034 lint: stage: test