Support wgkex loadbalancing/client steering mechanism #15
shellcheck.yml
on: pull_request
runner / shellcheck
6s
Annotations
2 errors and 1 warning
runner / shellcheck:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L132
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:132:- echo $WGKEX_DATA
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:132:+ echo "$WGKEX_DATA"
|
runner / shellcheck
Process completed with exit code 2.
|
runner / shellcheck:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L132
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:132:7: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|