-
Notifications
You must be signed in to change notification settings - Fork 24
Add shellchecking of the shell scripts #179
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
base: main
Are you sure you want to change the base?
Conversation
Hi @yarikoptic, is this workflow still a priority? Thanks. |
Out to be pretty simple (and helpful) |
yes, having a second look at it - seems to be trivial, like adding |
459adcf
to
a6d123c
Compare
ok, spent ... 7 minutes, rebased, addressed most. Here is some left:
so all uniform but one to likely add pragma to ignore. Please finish it up @asmacdo |
=== Do not change lines below === { "chain": [], "cmd": "shellcheckit autopatch", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
- Separate variable declaration and assignment to avoid masking return values (SC2155) - Add shellcheck disable comment for SC1090 (fixed by a human - gave wrong instructions, claude did to wrong file) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
c77cea0
to
7f5eb31
Compare
Co-authored-by: Kabilar Gunalan <[email protected]>
# Set variables | ||
AWS_REGION="us-east-2" |
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.
Indeed this isnt helpful, but I've added an env var requirement for this instead (above)
This would fail now and fixes are needed (assigning to @asmacdo)