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

Add two new flags to enable HTTP Server and clients logs #166

Merged
merged 3 commits into from
Jul 4, 2024

Remove unnecesary method

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

Add two new flags to enable HTTP Server and clients logs #166

Remove unnecesary method
5ccbc8e
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Jul 4, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (12)

scripts/config.sh|3 col 8| Not following: .operational-plugin.sh: openBinaryFile: does not exist (No such file or directory)
scripts/info.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/metrics.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/list-plugins.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).