From 087a1ee58c558da45dc52bd690ab9b4d1c6b42df Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Apr 2024 15:55:49 -0500 Subject: [PATCH] Ignore demanded absolute paths --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 948519a..a1650f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ shellcheck: stage: lint script: |- shellcheck --version - shellcheck $(find . -name '*.sh') + shellcheck -e SC2239 $(find . -name '*.sh') # Downloads all the ISO files so that we have a single cache with all # of them present. This prevents a race condition where some of the