-
Notifications
You must be signed in to change notification settings - Fork 18
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
[RFE] Allow marking lint jobs as nonfatal #170
Comments
If someone needs to run an environment but ignore the errors, I think what we can do is add a key to the
when building the commands we could preface them with a at the same time we should probably add support for using a generative env_list |
I should note that we don't currently generate an environment for running |
v1 had a However, it might be better to instead just point people towards using pre-commit and not force a particular set of lint commands. We could provide a default pre commit configuration and make sure that all of the tools support appropriate hooks. |
see also ansible-network/github_actions#80
vyos/vyos.vyos#315 shows it in use
This might also be applicable to other scenarios, but particularly with ansible-lint, new rules may cause new errors that need not block all PRs as soon as they show up.
The text was updated successfully, but these errors were encountered: