Skip to content
Snippets Groups Projects
Commit c4f68815 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-409: Ignore shebangs not working with more than one parameter on some...

L2SS-409: Ignore shebangs not working with more than one parameter on some OSes. We don't use those OSes, and don't want to lose this functionality.
parent 30f43d70
Branches
Tags
1 merge request!151Resolve L2SS-409 "Fix shellcheck ci"
......@@ -37,7 +37,7 @@ shellcheck:
- sudo apt-get update
- sudo apt-get install -y shellcheck
script:
- shellcheck **/*.sh
- shellcheck -e SC2096 **/*.sh
unit_test:
stage: unit-tests
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment