-
Notifications
You must be signed in to change notification settings - Fork 97
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 shellcheck extension to dev container #7963
Conversation
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7963 +/- ##
==========================================
- Coverage 59.21% 59.17% -0.04%
==========================================
Files 579 579
Lines 38697 38697
==========================================
- Hits 22914 22899 -15
- Misses 14145 14155 +10
- Partials 1638 1643 +5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
47f09ec
to
7278347
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Anything that can catch me being forgetful before the push is awesome, along the same lines how do folk feel about pre-commit and post-receive hooks? |
@superbeeny thank you for the comment! 🎸 I created issue #8022 to track this. In the issue I described adding shellcheck to the PR validation checks, and I'm thinking that using the VS Code extension + the PR checks is enough, but if you think we should also configure pre- and post-commit checks in git lets continue the discussion. |
I'm a fan of pre-commit hooks, but also understand that they optional and a lot of folk will ignore them 😆. I'm not sure I've seen a post-receive hook in the wild. What do you use them for? |
Let them ignore them at their peril! I'd like a hook to run |
If you want to add something, send us a PR 😆 As long as it's optional, that seems like a good experiment to try. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Adds the shell check extension to the dev container. See https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck.
Type of change
Fixes: N/A
@rynowak FYI