Maintenance: (now really) make shellcheck stricter to fail on 'warning' messages.

This commit is contained in:
Martin Gruner 2021-06-18 11:11:57 +02:00
parent 63825b012d
commit d881558e6c

View file

@ -19,7 +19,7 @@ shellcheck:
before_script:
- echo "Disable default before_script."
script:
- shellcheck -S error $(find . -name "*.sh" | grep -v "/vendor/")
- shellcheck -S warning $(find . -name "*.sh" | grep -v "/vendor/")
coffeelint:
<<: *template_pre