ansible/.yamllint.yml
2020-11-04 20:06:45 +01:00

9 lines
80 B
YAML

---
extends: default
rules:
line-length:
max: 120
level: warning
...