Allow custom shellcheck severity
Normal severity is normal. CI severity is set to warning, but this should be changed to style (default) once most of the scripts are iether gone or modernized.
This commit is contained in:
parent
38513c3bed
commit
6c2e547808
|
@ -44,7 +44,7 @@ jobs:
|
|||
shfmt_{tag}_linux_amd64 \
|
||||
/usr/bin/shfmt
|
||||
|
||||
- run: make shell-check
|
||||
- run: SEVERITY=warning make shell-check
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue