Skip to content

Add ffbs-mesh-vpn-parker #265

Add ffbs-mesh-vpn-parker

Add ffbs-mesh-vpn-parker #265

Triggered via pull request December 15, 2024 10:41
Status Failure
Total duration 13s
Artifacts

shellcheck.yml

on: pull_request
runner / shellcheck
5s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
runner / 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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: ffbs-mesh-vpn-parker/files/usr/bin/status:6:- echo `ip a show dev $1 | grep state | awk '{print $9}'` `ip a show dev $1 | grep inet | awk '{ print $2}'` ffbs-mesh-vpn-parker/files/usr/bin/status:6:+ echo $(ip a show dev "$1" | grep state | awk '{print $9}') $(ip a show dev "$1" | grep inet | awk '{ print $2}')
runner / shellcheck
Process completed with exit code 2.
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:7: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:7: info: Use $(...) notation instead of legacy backticks `...`. (ShellCheck.SC2006)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:22: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:58: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:58: info: Use $(...) notation instead of legacy backticks `...`. (ShellCheck.SC2006)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L6
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:6:73: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L9
[shellcheck] reported by reviewdog 🐶 In POSIX sh, echo flags are undefined. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:9:6: warning: In POSIX sh, echo flags are undefined. (ShellCheck.SC3037)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L10
[shellcheck] reported by reviewdog 🐶 In POSIX sh, echo flags are undefined. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:10:6: warning: In POSIX sh, echo flags are undefined. (ShellCheck.SC3037)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L11
[shellcheck] reported by reviewdog 🐶 In POSIX sh, echo flags are undefined. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:11:6: warning: In POSIX sh, echo flags are undefined. (ShellCheck.SC3037)
runner / shellcheck: ffbs-mesh-vpn-parker/files/usr/bin/status#L12
[shellcheck] reported by reviewdog 🐶 In POSIX sh, echo flags are undefined. Raw Output: ./ffbs-mesh-vpn-parker/files/usr/bin/status:12:6: warning: In POSIX sh, echo flags are undefined. (ShellCheck.SC3037)