Ignore demanded absolute paths
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user