Ignore demanded absolute paths
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ shellcheck:
|
|||||||
stage: lint
|
stage: lint
|
||||||
script: |-
|
script: |-
|
||||||
shellcheck --version
|
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
|
# 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
|
# of them present. This prevents a race condition where some of the
|
||||||
|
|||||||
Reference in New Issue
Block a user