diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4e3da3..92b67b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,14 @@ before_script: Lint: script: - - shellcheck -x --exclude=SC2034 ./system/bin/* + - shellcheck -x --exclude=SC2034,SC1091 ./system/bin/* + - shellcheck -x ./.aliases + - shellcheck -x ./.bash_logout + - shellcheck -x ./.bash_profile + - shellcheck -x ./.bashrc + - shellcheck -x ./.env + - shellcheck -x ./.keyleds + - shellcheck -x ./.xinitrc + - shellcheck -x ./.xprofile - shellcheck -x ./install.sh - shellcheck -x ./post-install.sh