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

feat: development shells with Devbox #257

Merged
merged 6 commits into from
Sep 11, 2024

Revert "neutron_understack: convert to poetry"

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

feat: development shells with Devbox #257

Revert "neutron_understack: convert to poetry"
019efd8
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Sep 9, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (27)

scripts/gen-os-secrets.sh|8 col 8| In POSIX sh, set option pipefail is undefined.
scripts/gen-os-secrets.sh|10 col 11| In POSIX sh, type -p is undefined.
scripts/gen-os-secrets.sh|15 col 11| In POSIX sh, type -p is undefined.
scripts/gen-os-secrets.sh|21 col 12| In POSIX sh, echo flags are undefined.
scripts/gen-os-secrets.sh|32 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|32 col 28| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|35 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|35 col 32| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|37 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|37 col 29| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|39 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|39 col 35| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|42 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|42 col 33| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|44 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|44 col 27| Quote this to prevent word splitting.
scripts/gen-os-secrets.sh|46 col 8| Declare and assign separately to avoid masking return values.
scripts/gen-os-secrets.sh|46 col 33| Quote this to prevent word splitting.
scripts/gitops-deploy.sh|13 col 9| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
scripts/gitops-deploy.sh|30 col 3| ShellCheck can't follow non-constant source. Use a directive to specify location.
scripts/gitops-deploy.sh|45 col 6| Avoid x-prefix in comparisons as it no longer serves a purpose.
scripts/gitops-deploy.sh|50 col 1| UC_REPO_APPS appears unused. Verify use (or export if used externally).
scripts/gitops-deploy.sh|52 col 1| UC_DEPLOY_CLUSTER appears unused. Verify use (or export if used externally).
scripts/gitops-deploy.sh|61 col 18| This loop will only ever run once. Bad quoting or missing glob/expansion?
scripts/pwgen.sh|4 col 66| Double quote to prevent globbing and word splitting.
bootstrap/bootstrap.sh|28 col 5| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
containers/dnsmasq/entry-point.sh|5 col 3| Not following: /helpers.sh: openBinaryFile: does not exist (No such file or directory)