diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92b67b4..28a097a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ before_script: Lint: script: - 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 ./system/bin/.aliases + - shellcheck -x ./system/bin/.bash_logout + - shellcheck -x ./system/bin/.bash_profile + - shellcheck -x ./system/bin/.bashrc + - shellcheck -x ./system/bin/.env + - shellcheck -x ./system/bin/.keyleds + - shellcheck -x ./system/bin/.xinitrc + - shellcheck -x ./system/bin/.xprofile - shellcheck -x ./install.sh - shellcheck -x ./post-install.sh