-
Notifications
You must be signed in to change notification settings - Fork 163
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
Docs: Shellcheck suppressions via actionlint.yaml config file #156
Comments
If you only want to ignore some checks, you can use the Adding this to the config file would be nice also |
Hi @mohamed-haidara-cko |
Ah ok, got it :-) |
Also interested in this as well, it's annoying to have to pass these on the command line directly |
To disable shellcheck integration, please pass empty string to actionlint -shellcheck= Adding some config would be useful for some situation, but I'm trying to keep configuration file as minimal as possible. |
you can use ACTION_ACTIONLINT_ARGUMENTS to add -ignore in |
Hello,
there is no documentation how to set suppression for built-in
shellcheck
functionality.I can use env variables, but then it will change usual
shellcheck
tests as well, and that is not what i need.It will be great to get examples how to configure it in
actionlint.yaml
or, maybe, disableshellcheck
as a workaround.The text was updated successfully, but these errors were encountered: