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
Reported on IRC in #ansible-community.
I've faced an error since #4139 got merged, it does not respect warn_list: - yaml nor skip_list: - yaml in .ansible-lint and fails.
warn_list: - yaml
skip_list: - yaml
I think the yamllint configuration check should be ignored in case all yaml errors are ignored in the ansible-lint config file.
yaml
The text was updated successfully, but these errors were encountered:
Allow running with incompatible yamllint config
ef8a647
Fixes: #4152
84818c7
ssbarnea
Successfully merging a pull request may close this issue.
Summary
Reported on IRC in #ansible-community.
I think the yamllint configuration check should be ignored in case all
yaml
errors are ignored in the ansible-lint config file.Issue Type
The text was updated successfully, but these errors were encountered: