0
0
Fork 0

Add a wrapper for shellsheck

This commit is contained in:
Nils Freydank 2024-06-23 11:47:01 +02:00
parent 7ab99cfedd
commit 9cb5be5a57
Signed by: nfr
GPG key ID: 0F1DEAB2D36AD112
2 changed files with 8 additions and 1 deletions

8
testing/run-shellsheck.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -uxa pipefail
# Ignore SC2054 as it effectivly complains about qemu's syntax using commas
# to separate elements that we group here in an array.
# See https://www.shellcheck.net/wiki/SC2054.
shellcheck --exclude=SC2054 --shell=bash ../control-vm.sh