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>
This commit is contained in:
Doug Hellmann 2016-03-19 09:50:47 -04:00
parent cf1fd666f4
commit 7f3eeab32c
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ basepython = python2.7
deps =
yamllint>=0.5.2
commands =
yamllint -f parsable -c {toxinidir}/yamllint.yml deliverables
yamllint -f parsable -c {toxinidir}/yamllint.yml deliverables
validate-request {posargs}
[testenv:list-changes]

View File

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