diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d95e86..d4e3da3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ before_script: Lint: script: - - shellcheck -x disable=SC2034 ./system/bin/* + - shellcheck -x --exclude=SC2034 ./system/bin/* - shellcheck -x ./install.sh - shellcheck -x ./post-install.sh