update shellcheck to allow bashishms since its a bash script anyhow
This commit is contained in:
parent
c746f2545b
commit
12815c487a
|
|
@ -1,3 +1,3 @@
|
||||||
script:
|
script:
|
||||||
# Fail if any of these files have warnings
|
# Fail if any of these files have warnings
|
||||||
- shellcheck flash
|
- shellcheck -s bash flash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue