cleanup(yamllint): Add yamllint options required by ansible-lint

Fix ansible-lint warnings by adding required yamllint options.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-08-16 08:58:15 +02:00
parent c57cd65532
commit ae6f5900ea

View File

@@ -2,6 +2,14 @@
extends: default
rules:
comments:
min-spaces-from-content: 1
comments-indentation: false
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
line-length:
max: 140
document-start: