Operator yaml to helm chart #457
Annotations
2 errors and 3 warnings
lint:
ci/sanity.sh#L80
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
Raw Output:
./ci/sanity.sh:80:14:style:Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
bdd-test (v1.27.3)
Process completed with exit code 2.
|
lint:
ci/ci-test.sh#L19
[shellcheck] reported by reviewdog 🐶
SNAP_CLASS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./ci/ci-test.sh:19:1:warning:SNAP_CLASS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
lint:
ci/ci-test.sh#L126
[shellcheck] reported by reviewdog 🐶
echo may not expand escape sequences. Use printf. [SC2028](https://github.com/koalaman/shellcheck/wiki/SC2028)
Raw Output:
./ci/ci-test.sh:126:6:info:echo may not expand escape sequences. Use printf. [SC2028](https://github.com/koalaman/shellcheck/wiki/SC2028)
|
bdd-test (v1.27.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|