Spike: custom chainlink tag #561
reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (4)
.github/workflows/e2e_custom_cl.yml|67 col 9| shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/e2e_custom_cl.yml|67 col 9| shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
.github/workflows/e2e_custom_cl.yml|114 col 9| shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/e2e_custom_cl.yml|114 col 9| shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Filtered Findings (2)
.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2185:info:5:41: Some finds don't have a default path. Specify '.' explicitly [shellcheck]
.github/workflows/sonar-scan.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:5:99: Double quote to prevent globbing and word splitting [shellcheck]
Annotations
Check failure on line 67 in .github/workflows/e2e_custom_cl.yml
github-actions / actionlint
[actionlint] .github/workflows/e2e_custom_cl.yml#L67
shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:67:9: shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 67 in .github/workflows/e2e_custom_cl.yml
github-actions / actionlint
[actionlint] .github/workflows/e2e_custom_cl.yml#L67
shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:67:9: shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Check failure on line 114 in .github/workflows/e2e_custom_cl.yml
github-actions / actionlint
[actionlint] .github/workflows/e2e_custom_cl.yml#L114
shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:114:9: shellcheck reported issue in this script: SC2086:info:2:17: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 114 in .github/workflows/e2e_custom_cl.yml
github-actions / actionlint
[actionlint] .github/workflows/e2e_custom_cl.yml#L114
shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]
Raw output
.github/workflows/e2e_custom_cl.yml:114:9: shellcheck reported issue in this script: SC2236:style:3:6: Use -n instead of ! -z [shellcheck]