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:
parent
cf1fd666f4
commit
7f3eeab32c
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user