Merge pull request #131 from 0xFelix/yamllint-2

cleanup(yamllint): Add yamllint options required by ansible-lint
This commit is contained in:
kubevirt-bot
2024-08-16 09:08:15 +02:00
committed by GitHub

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: