Listener support/external access #1631
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (2)
tests/templates/kuttl/external-access/operate-on-cluster.sh|9 col 30| '(' is invalid here. Did you forget to escape it?
tests/templates/kuttl/external-access/operate-on-cluster.sh|9 col 30| Parsing stopped here. Invalid use of parentheses?
Filtered Findings (0)
Annotations
Check failure on line 9 in tests/templates/kuttl/external-access/operate-on-cluster.sh
github-actions / shellcheck
[shellcheck] tests/templates/kuttl/external-access/operate-on-cluster.sh#L9 <ShellCheck.SC1036>
'(' is invalid here. Did you forget to escape it?
Raw output
./tests/templates/kuttl/external-access/operate-on-cluster.sh:9:30: error: '(' is invalid here. Did you forget to escape it? (ShellCheck.SC1036)
Check failure on line 9 in tests/templates/kuttl/external-access/operate-on-cluster.sh
github-actions / shellcheck
[shellcheck] tests/templates/kuttl/external-access/operate-on-cluster.sh#L9 <ShellCheck.SC1088>
Parsing stopped here. Invalid use of parentheses?
Raw output
./tests/templates/kuttl/external-access/operate-on-cluster.sh:9:30: error: Parsing stopped here. Invalid use of parentheses? (ShellCheck.SC1088)