Change in shield-trigger-iptables for ipset support #25
Annotations
2 errors and 2 warnings
lint:
scripts/shield-trigger-iptables#L79
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
scripts/shield-trigger-iptables:79:- ! ipset $TASK "${SETN}_$IPSF" $2 2>/dev/null && run_iptables "add" "$2"
scripts/shield-trigger-iptables:79:+ ! ipset "$TASK" "${SETN}_$IPSF" "$2" 2>/dev/null && run_iptables "add" "$2"
|
lint
Process completed with exit code 1.
|
lint:
scripts/shield-trigger-iptables#L79
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/shield-trigger-iptables:79:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
lint:
scripts/shield-trigger-iptables#L79
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./scripts/shield-trigger-iptables:79:33: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|