$ ./run-checks
Installing govendor
Obtaining dependencies
Checking docs
Checking formatting
Running vet
/usr/bin/shellcheck
Checking shell scripts...
In data/completion/complete.sh line 43:
read -a opts
^-- SC2162: read without -r will mangle backslashes.
In data/completion/complete.sh line 59:
read bounced
^-- SC2162: read without -r will mangle backslashes.
In data/completion/complete.sh line 70:
read sep
^-- SC2162: read without -r will mangle backslashes.
In data/completion/etelpmoc.sh line 33:
if [[ "$BASH_SOURCE" != "$0" ]]; then
^-- SC2128: Expanding an array without an index only gives the first element.
In data/completion/etelpmoc.sh line 70:
. /usr/share/bash-completion/bash_completion
^-- SC1091: Not following: /usr/share/bash-completion/bash_completion was not specified as input (see shellcheck -x).
In data/completion/etelpmoc.sh line 72:
. "$_compscript"
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.
Crushing failure and despair.