dns/.yamllint

12 lines
220 B
Plaintext
Raw Normal View History

2019-04-16 14:53:34 +00:00
---
2021-04-22 07:30:01 +00:00
extends: default
2019-04-16 14:53:34 +00:00
rules:
2021-04-22 07:30:01 +00:00
# 80 chars should be enough, but don't fail if a line is longer
2019-04-16 14:53:34 +00:00
line-length:
2021-04-22 07:30:01 +00:00
max: 80
2019-04-16 14:53:34 +00:00
level: warning
allow-non-breakable-words: true
2021-04-22 07:30:01 +00:00
comments:
min-spaces-from-content: 1