Ignore demanded absolute paths

This commit is contained in:
Greg Hellings
2024-04-16 15:55:49 -05:00
parent cc08a440ff
commit 087a1ee58c
+1 -1
View File
@@ -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