Skip to content
Snippets Groups Projects
Commit f5584a05 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- exclude speecheck SC2317 (false positives, see...

- exclude speecheck SC2317 (false positives, see https://github.com/koalaman/shellcheck/issues/2660)
parent 4d24f6c1
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,4 @@ stages: # List of stages for jobs, and their order of execution
test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
script:
- shellcheck --color=always --shell=bash "validate_workflow.sh"
- shellcheck --color=always --shell=bash --exclude=SC2317 "validate_workflow.sh"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment