Files
ansible/.yamllint
2024-07-05 11:53:53 +02:00

15 lines
241 B
Plaintext

---
extends: default
rules:
line-length: disable
comments:
min-spaces-from-content: 1
comments-indentation: false
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true