From ca2c5b0c2b614e3fa666facccc73c2a3feab20a4 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 01:04:36 +0100 Subject: [PATCH] Fix more linting Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8614ab4..1d4df2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,7 @@ Lint: - shellcheck ./system/.bashrc - shellcheck ./system/.env - shellcheck ./system/.config/custom/keyleds - - shellcheck ./system/.xinitrc - - shellcheck ./system/.xprofile - - shellcheck ./system/.xsetup + - shellcheck ./system/.config/X11/xinitrc + - shellcheck ./system/.config/X11/xsetup - shellcheck ./install.sh - shellcheck ./post-install.sh