We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scmpuff init -s
As per title.
for local file in...
for local file in
Also $@ is not quoted.
$@
Would you consider running shellcheck over the codebase? (It would have picked up the $@ quoting.)
The text was updated successfully, but these errors were encountered:
This makes a lot of sense, it should be possible to integrate shellcheck into the CI fairly easily with GitHub Actions.
Sorry, something went wrong.
@HaleTom I started addressing this in #57, if you wouldn't mind taking a look, I have some questions and would appreciate your input.
Successfully merging a pull request may close this issue.
As per title.
for local file in
...Also
$@
is not quoted.Would you consider running shellcheck over the codebase? (It would have picked up the
$@
quoting.)The text was updated successfully, but these errors were encountered: