From 3ba8e43c79532cbe35d9f41b63d805eaa4993909 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 13 Dec 2018 22:22:03 +0100 Subject: [PATCH] Add more files to linting Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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