Files
ansible-role-sudo/.yamllint.yaml
T
volker.raschekandCopilot 3947d4e30a style(yamllint): add document start marker
The yamllint configuration enabled the default rule set, which includes document-start, but omitted the marker in its
own file. Linting the repository therefore reported a violation in the configuration itself.

Co-authored-by: Copilot <copilot@github.com>
2026-09-10 21:41:34 +02:00

20 lines
306 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