Update CMake to 3.31.0rc1 #35282
Annotations
2 errors and 10 warnings
shellcheck
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
shellcheck
Process completed with exit code 1.
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L18
[shellcheck] reported by reviewdog 🐶
Variable was used as an array but is now assigned a string.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:18:4: warning: Variable was used as an array but is now assigned a string. (ShellCheck.SC2178)
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L48
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:48:16: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L76
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:76:26: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
|
shellcheck:
tools/ci_build/github/linux/build_linux_python_package.sh#L76
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/build_linux_python_package.sh:76:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L17
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:17:14: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L23
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:23:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L23
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:23:13: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L30
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:30:18: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L30
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:30:28: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
shellcheck:
tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh#L30
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/docker/inference/x86_64/default/cuda11/scripts/install_deps.sh:30:38: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
Loading