-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
ci: enforce shellcheck and shfmt #4926
Conversation
SHFMT_OPTS: -s -i 2 -bn -ci -sr -s | ||
with: | ||
sh_checker_comment: true | ||
sh_checker_exclude: "packages/emacs/emacs.pacscript packages/emacs-git/emacs-git.pacscript" |
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.
is this list going to grow ever longer?
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.
Unless there is a specific request, no. We only added it because Wizard wanted some comments to be visually aligned.
this doesn't work yet Oren 💀 |
89b4ee8 |
It doesn't work if we remove it. I've tested it. |
ok what about this one https://github.com/koalaman/shellcheck-precommit |
and https://github.com/pecigonzalo/pre-commit-shfmt seems like they were just split out |
solved with #4965 |
No description provided.