releases/yamllint.yml
Doug Hellmann 7f3eeab32c clean up yamllint settings
allow longer lines in yaml data files

replace tab with spaces in front of yamllint command in tox.ini

Change-Id: I5da057c4acee79159a3246be7b9bceeb73a52ed6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-03-19 09:52:49 -04:00

10 lines
179 B
YAML

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