ansible_bootstrap/.yamllint
vincent 53fd26805d
All checks were successful
continuous-integration/drone/push Build is passing
CI: increase line size
2023-08-25 09:05:05 +02:00

12 lines
221 B
Plaintext

---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 160
level: warning
allow-non-breakable-words: true
comments:
min-spaces-from-content: 1