ansible-role-networking/.yamllint.yaml
Markus Pesch 666ce7ab10
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 44s
Lint Markdown files / markdown-lint (push) Successful in 11s
feat(act-runner): init
2025-04-14 22:31:15 +02:00

18 lines
301 B
YAML

#
# Documentation:
# https://yamllint.readthedocs.io/en/stable/
#
rules:
brackets:
forbid: false
min-spaces-inside: 0
max-spaces-inside: 2
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
indentation:
spaces: 2
indent-sequences: false
line-length:
max: 360