hamncheese/modules/n2nvpn/n2n/.yamllint.yml
2023-08-26 15:59:57 -05:00

8 lines
141 B
YAML

---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning