Allow yamllint warnings to come through as ansible-lint warnings #2884
Unanswered
jwilliams-shadowsoft
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Although
yamllint
can be configured to generate warnings for specific rule violations, this return does not seem to be passed back up toansible-lint
.For instance, assuming I don't want to have multiple spaces after a colon be an error, I could (in the
yamllint
config):But there does not seem to be a way to represent this in the
ansible-lint
config file. You can only make all yaml rule violations warnings or skips.Other options added to the
yamllint
file seem to work fine, like "disable" or setting the "truthy" values:Just opting for the most configurability we can get here.
Beta Was this translation helpful? Give feedback.
All reactions