releases/yamllint.yml
Doug Hellmann d6e8aa0b9f increase allowed line length before emitting a warning
We have some long urls for release notes, so increase the line length to
200 characters to warn less often.

Change-Id: I1edaccad3a30459855e592d3e5e9d1e64d39af7d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-08-31 13:34:54 -04:00

10 lines
179 B
YAML

---
extends: default
rules:
# 200 chars should be enough, but don't fail if a line is longer
line-length:
max: 200
level: warning
allow-non-breakable-words: true