ansible-lint complains about .ansible-lint #1701
-
I'm not sure how this started to happen. Seems like I can't exclude This is version 5.1.2
And that's for the content of the file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here's the pre-commit:
|
Beta Was this translation helpful? Give feedback.
-
It's something yamllint reports. You should configure it separately per https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.indentation. You'll need to have your own |
Beta Was this translation helpful? Give feedback.
It's something yamllint reports. You should configure it separately per https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.indentation. You'll need to have your own
.yamllint
config if you don't like the defaults.