releases/yamllint.yml
Doug Hellmann 0ddb0af27d add linter rules for vertical whitespace
Change-Id: Ie53eade7f782e24150ba2f0bbcfeebf869e4ac17
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-31 17:26:33 -04:00

16 lines
270 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
indentation:
spaces: 2
new-line-at-end-of-file: enable
trailing-spaces: enable