fix some issues with package tester #24
Annotations
5 errors, 3 warnings, and 20 notices
|
yamllint(quoted-strings):
build-artifacts-example.yml#L11
[new] string value is redundantly quoted with any quotes
|
|
yamllint(quoted-strings):
build-artifacts-example.yml#L10
[new] string value is redundantly quoted with any quotes
|
|
prettier:
build-artifacts-example.yml#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
|
prettier:
util/README.md#L1
Incorrect formatting, autoformat by running 'trunk fmt'
|
|
trunk
Process completed with exit code 1.
|
|
shellcheck(SC2164):
util/update-common.sh#L2
[new] Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
|
shellcheck(SC2046):
util/update-common.sh#L3
[new] Quote this to prevent word splitting.
|
|
shellcheck(SC2164):
util/update-common.sh#L4
[new] Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
|
|
shellcheck(SC2086):
test/install_deps.sh#L216
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L181
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L121
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L188
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L202
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L209
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L195
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L230
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L237
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/install_deps.sh#L223
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
example-test.sh#L23
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
test/header.sh#L28
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
example-build-package.sh#L18
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
example-build-package.sh#L15
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
project-example/gha-main.sh#L10
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
project-example/gha-main.sh#L11
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2116):
util/gh_status.sh#L7
[new] Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'.
|
|
shellcheck(SC2086):
util/gh_status.sh#L7
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
util/gh_status.sh#L8
[new] Double quote to prevent globbing and word splitting.
|
|
shellcheck(SC2086):
util/gh_status.sh#L9
[new] Double quote to prevent globbing and word splitting.
|