Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix etag calculation for updates when the content language in the req… #197

Merged

Fix etag calculation for updates when the content language in the req…

1af252e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix etag calculation for updates when the content language in the req… #197

Fix etag calculation for updates when the content language in the req…
1af252e
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Aug 23, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (12)

scripts/info.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/config.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/health-check.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/list-plugins.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/shutdown.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/metrics.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/.operational-plugin.sh|10 col 19| Double quote to prevent globbing and word splitting.
scripts/.operational-plugin.sh|18 col 15| Double quote to prevent globbing and word splitting.
scripts/.operational-plugin.sh|33 col 3| Invalid flags are not handled. Add a *) case.
scripts/.operational-plugin.sh|40 col 10| $/${} is unnecessary on arithmetic variables.
scripts/.operational-plugin.sh|42 col 10| BASE_URL appears unused. Verify use (or export if used externally).
scripts/.operational-plugin.sh|43 col 10| PORT appears unused. Verify use (or export if used externally).