Skip to content
GitHub Actions / shellcheck failed Apr 4, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (1)

tools/lint-river.sh|76 col 3| See if you can use ${variable//search/replace} instead.

Filtered Findings (0)

Annotations

Check notice on line 76 in tools/lint-river.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/lint-river.sh#L76 <ShellCheck.SC2001>

See if you can use ${variable//search/replace} instead.
Raw output
./tools/lint-river.sh:76:3: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)