ansible/.yamllint.yaml
Nils Philippsen 24deb169fb CI: Run yamllint on added or modified YAML files
Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-07-09 15:40:09 +00:00

14 lines
220 B
YAML

---
extends: default
rules:
indentation:
spaces: 2
indent-sequences: whatever
level: warning
line-length:
max: 100
level: warning
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
...