Merging dev into main. #1
Annotations
1 error and 8 warnings
shellcheck
Process completed with exit code 2.
|
shellcheck:
tests/setup_test#L13
[shellcheck] reported by reviewdog 🐶
BLUE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./tests/setup_test:13:1:warning:BLUE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
shellcheck:
tests/setup_test#L14
[shellcheck] reported by reviewdog 🐶
PURPLE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./tests/setup_test:14:1:warning:PURPLE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
shellcheck:
tests/setup_test#L15
[shellcheck] reported by reviewdog 🐶
WHITE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./tests/setup_test:15:1:warning:WHITE appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
shellcheck:
tests/setup_test#L20
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
Raw Output:
./tests/setup_test:20:8:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
|
shellcheck:
tests/setup_test#L21
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
Raw Output:
./tests/setup_test:21:8:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
|
shellcheck:
tests/setup_test#L22
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
Raw Output:
./tests/setup_test:22:8:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
|
shellcheck:
tests/setup_test#L24
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
Raw Output:
./tests/setup_test:24:8:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
|
shellcheck:
bin/smart-restart.sh#L58
[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:
./bin/smart-restart.sh:58:15:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|