Maintenance: (now really) make shellcheck stricter to fail on 'warning' messages.
This commit is contained in:
parent
63825b012d
commit
d881558e6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue