Add a wrapper for shellsheck
This commit is contained in:
parent
7ab99cfedd
commit
9cb5be5a57
8
testing/run-shellsheck.sh
Executable file
8
testing/run-shellsheck.sh
Executable 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
|
1
todo
1
todo
@ -7,4 +7,3 @@
|
|||||||
# 7. shared dir without smb, but via FUSE
|
# 7. shared dir without smb, but via FUSE
|
||||||
# 8. bash and zsh-completion
|
# 8. bash and zsh-completion
|
||||||
# 9. don't rely on the PID to check if the VM is running, query socket?
|
# 9. don't rely on the PID to check if the VM is running, query socket?
|
||||||
# 10. shellsheck?
|
|
||||||
|
Loading…
Reference in New Issue
Block a user