reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (5)
.github/workflows/analysis-qodana-docker.yml|24 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-qodana-docker.yml|36 col 9| shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/analysis-qodana-docker.yml|56 col 9| shellcheck reported issue in this script: SC2046:warning:2:4: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-qodana-docker.yml|56 col 9| shellcheck reported issue in this script: SC2046:warning:3:4: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-qodana-docker.yml|56 col 9| shellcheck reported issue in this script: SC2046:warning:3:11: Quote this to prevent word splitting [shellcheck]
Filtered Findings (14)
.github/workflows/analysis-sonarcloud.yml|28 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-sonarcloud.yml|50 col 9| shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-ubuntu.yml|50 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/build-ubuntu.yml|70 col 9| shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-cmake.yml|60 col 9| shellcheck reported issue in this script: SC2281:error:1:1: Don't use $ on the left side of assignments [shellcheck]
.github/workflows/build-windows-cmake.yml|60 col 9| shellcheck reported issue in this script: SC2281:error:2:1: Don't use $ on the left side of assignments [shellcheck]
.github/workflows/build-windows-cmake.yml|60 col 9| shellcheck reported issue in this script: SC2086:info:2:16: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-cmake.yml|60 col 9| shellcheck reported issue in this script: SC2086:info:4:64: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC2283:error:1:12: Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal) [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC1001:info:1:27: This \v will be a regular 'v' in this context [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC2283:error:2:16: Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal) [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC2086:info:2:18: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC1036:error:2:52: '(' is invalid here. Did you forget to escape it? [shellcheck]
.github/workflows/build-windows-solution.yml|55 col 9| shellcheck reported issue in this script: SC1088:error:2:52: Parsing stopped here. Invalid use of parentheses? [shellcheck]
Annotations
Check failure on line 24 in .github/workflows/analysis-qodana-docker.yml
github-actions / actionlint
[actionlint] .github/workflows/analysis-qodana-docker.yml#L24
shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/analysis-qodana-docker.yml:24:9: shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
Check failure on line 36 in .github/workflows/analysis-qodana-docker.yml
github-actions / actionlint
[actionlint] .github/workflows/analysis-qodana-docker.yml#L36
shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/analysis-qodana-docker.yml:36:9: shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 56 in .github/workflows/analysis-qodana-docker.yml
github-actions / actionlint
[actionlint] .github/workflows/analysis-qodana-docker.yml#L56
shellcheck reported issue in this script: SC2046:warning:2:4: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/analysis-qodana-docker.yml:56:9: shellcheck reported issue in this script: SC2046:warning:2:4: Quote this to prevent word splitting [shellcheck]
Check failure on line 56 in .github/workflows/analysis-qodana-docker.yml
github-actions / actionlint
[actionlint] .github/workflows/analysis-qodana-docker.yml#L56
shellcheck reported issue in this script: SC2046:warning:3:4: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/analysis-qodana-docker.yml:56:9: shellcheck reported issue in this script: SC2046:warning:3:4: Quote this to prevent word splitting [shellcheck]
Check failure on line 56 in .github/workflows/analysis-qodana-docker.yml
github-actions / actionlint
[actionlint] .github/workflows/analysis-qodana-docker.yml#L56
shellcheck reported issue in this script: SC2046:warning:3:11: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/analysis-qodana-docker.yml:56:9: shellcheck reported issue in this script: SC2046:warning:3:11: Quote this to prevent word splitting [shellcheck]