-
Notifications
You must be signed in to change notification settings - Fork 7
Check scripts with shellcheck #70
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
Check scripts with shellcheck #70
Conversation
src/s-core-devcontainer/.devcontainer/bazel-feature/install_matching_bazel_version.sh
Show resolved
Hide resolved
a95298a to
417a89e
Compare
src/s-core-devcontainer/.devcontainer/bazel-feature/install_matching_bazel_version.sh
Outdated
Show resolved
Hide resolved
07c5fce to
b3c83e2
Compare
b3c83e2 to
3c7a49d
Compare
|
|
||
| # Unset proxy variables for all login shells | ||
| COPY unset-proxy.sh /etc/profile.d/unset-proxy.sh | ||
| RUN chmod +x /etc/profile.d/unset-proxy.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentional change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anyway I discovered the script is actually never executed and hence we have #71

The devcontainer uses some shellscripts for which static code analysis was missing so far. This adds static code analysis using shellcheck and fixes almost all findings.