🔧 yamllint: Disable comment-indentation warnings
Looked at the first three or five warnings, and those all look sane. The linter seems to be overly picky here. ansible-lint is happy about yaml now: % ansible-lint -t yaml Passed with production profile: 0 failure(s), 0 warning(s) on 142 files. Link: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments_indentation
This commit is contained in:
parent
41ab4622b3
commit
71f68604d7
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
comments-indentation: disable
|
||||
line-length: disable
|
||||
truthy:
|
||||
allowed-values:
|
||||
|
|
Loading…
Add table
Reference in a new issue