Skip to content

Merging dev into main. #1

Merging dev into main.

Merging dev into main. #1

Triggered via pull request February 19, 2024 12:30
@ThatStasGuyThatStasGuy
opened #4
dev
Status Failure
Total duration 26s
Artifacts

reviewdog.yml

on: pull_request
shellcheck
16s
shellcheck
Fit to window
Zoom out
Zoom in

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)