docs/.yamllint
surtur dd75ae2def
All checks were successful
continuous-integration/drone/push Build is passing
add .pre-commit-config.yaml,.yamllint
* also add readme badge for pre-commit
2022-09-28 16:58:01 +02:00

14 lines
130 B
YAML

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
line-length:
level: warning
# vim: ft=yaml bs=2 ts=2
...