chore: update ga #59
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 errors
tests (ubuntu-latest):
install.sh#L80
checkExecute references arguments, but none are ever passed.
|
tests (ubuntu-latest):
install.sh#L81
Prefer [[ ]] over [ ] for tests in Bash/Ksh.
|
tests (ubuntu-latest):
install.sh#L1106
Double quote to prevent globbing and word splitting.
|
tests (ubuntu-latest):
install.sh#L1109
Double quote to prevent globbing and word splitting.
|
tests (ubuntu-latest):
install.sh#L1120
Double quote to prevent globbing and word splitting.
|
tests (ubuntu-latest):
install.sh#L1126
Double quote to prevent globbing and word splitting.
|
tests (ubuntu-latest):
install.sh#L1132
Use checkExecute "$@" if function's $1 should mean script's $1.
|
tests (ubuntu-latest):
install.sh#L1133
ShellCheck can't follow non-constant source. Use a directive to specify location.
|
tests (ubuntu-latest):
install.sh#L1134
Prefer [[ ]] over [ ] for tests in Bash/Ksh.
|
tests (ubuntu-latest):
install.sh#L1134
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
|
tests (macOS-latest)
The job was canceled because "ubuntu-latest" failed.
|
tests (macOS-latest)
The operation was canceled.
|