releases/yamllint.yml
Doug Hellmann 7a16d1ef99 run yamllint on deliverable files during validation
Change-Id: Ic60597c0fc2a0f181f713866bbc59a41cff69e86
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-03-02 14:54:42 -05:00

9 lines
176 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
allow-non-breakable-words: true