fukuops/.yamllint.yaml

12 lines
112 B
YAML

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length:
max: 120