Release 2.22 #3476
Annotations
4 warnings
source/build.sh#L96
[shellcheck] reported by reviewdog 🐶
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
Raw Output:
./source/build.sh:96:20:warning:Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
|
source/build.sh#L101
[shellcheck] reported by reviewdog 🐶
Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
Raw Output:
./source/build.sh:101:20:warning:Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. [SC2206](https://github.com/koalaman/shellcheck/wiki/SC2206)
|
source/build.sh#L127
[shellcheck] reported by reviewdog 🐶
Expanding an array without an index only gives the first element. [SC2128](https://github.com/koalaman/shellcheck/wiki/SC2128)
Raw Output:
./source/build.sh:127:10:warning:Expanding an array without an index only gives the first element. [SC2128](https://github.com/koalaman/shellcheck/wiki/SC2128)
|
source/build.sh#L155
[shellcheck] reported by reviewdog 🐶
Expanding an array without an index only gives the first element. [SC2128](https://github.com/koalaman/shellcheck/wiki/SC2128)
Raw Output:
./source/build.sh:155:10:warning:Expanding an array without an index only gives the first element. [SC2128](https://github.com/koalaman/shellcheck/wiki/SC2128)
|
The logs for this run have expired and are no longer available.
Loading