allow different os-releases and hyprland setup #734
shellcheck.yml
on: pull_request
Shellcheck
35s
Shell Fomatting
0s
Annotations
1 error and 4 warnings
Shellcheck
Process completed with exit code 1.
|
Shellcheck:
core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/ubuntu/hyprland-kool-ubuntu24.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Shellcheck:
core/tabs/system-setup/arch/hyprland-kool.sh#L11
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/arch/hyprland-kool.sh:11:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Shellcheck:
core/tabs/system-setup/debian/hyprland-kool-deb.sh#L5
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/debian/hyprland-kool-deb.sh:5:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|
Shellcheck:
core/tabs/system-setup/fedora/hyprland-kool-fed.sh#L6
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
./core/tabs/system-setup/fedora/hyprland-kool-fed.sh:6:1: warning: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (ShellCheck.SC2164)
|