2026-05-30 14:10:01 +02:00
|
|
|
---
|
|
|
|
|
extends: default
|
|
|
|
|
|
|
|
|
|
rules:
|
|
|
|
|
line-length:
|
|
|
|
|
max: 120
|
|
|
|
|
level: warning
|
|
|
|
|
truthy:
|
|
|
|
|
allowed-values: ['true', 'false']
|
|
|
|
|
check-keys: true
|
|
|
|
|
comments:
|
|
|
|
|
min-spaces-from-content: 1
|
|
|
|
|
braces:
|
|
|
|
|
min-spaces-inside: 0
|
|
|
|
|
max-spaces-inside: 1
|
2026-05-30 14:56:16 +02:00
|
|
|
# Aligned with ansible-lint's requirements (it owns comment-indentation via its
|
|
|
|
|
# own yaml rule, and forbids octal ambiguity):
|
|
|
|
|
comments-indentation: false
|
|
|
|
|
octal-values:
|
|
|
|
|
forbid-implicit-octal: true
|
|
|
|
|
forbid-explicit-octal: true
|
2026-05-30 14:10:01 +02:00
|
|
|
|
|
|
|
|
ignore: |
|
|
|
|
|
.venv/
|
|
|
|
|
.collections/
|
|
|
|
|
.scaffold/
|
2026-06-18 16:44:12 +02:00
|
|
|
tests/integration/.run/
|
2026-05-30 18:16:35 +02:00
|
|
|
**/vault.yml
|