ansible-role-bind9/.yamllint.yaml
Markus Pesch 6b8b178405
Some checks reported errors
continuous-integration/drone/push Build was killed
fix: add linter
2023-02-08 17:56:13 +01: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