-
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
Run shellcheck once in CI #128
Conversation
That would be awesome! I did as many as I could before running out of steam, so any help is much appreciated! I'm seeing some difference in the output of
and the output from
I completely ignored |
It must be shellcheck version. Trying to help: ludeeus/action-shellcheck#36 |
I think they are v0.6.1 vs. v0.7.1 (ludeeus/action-shellcheck) |
On your terminal the basic form of execution is |
There is no way to exclude a single file. |
I just noticed one runs shellcheck with filtering out notes and warnings, the other doesn't. That is the difference. 🤦
Yeah, I also have no idea, which was part of my reason for skipping it... |
We could just remove the |
Closing this in favor of #140 which also fixes these violations. 👍 |
Okay. |
I'm already working on a run-once-on-all files setup, since almost all Shellcheck violations have been resolved in v1. (Locally I'm only seeing |
May I fix the remaining ones?