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,8 +2,8 @@
|
|||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
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:
|
line-length:
|
||||||
max: 80
|
max: 100
|
||||||
level: warning
|
level: warning
|
||||||
allow-non-breakable-words: true
|
allow-non-breakable-words: true
|
Loading…
Reference in New Issue
Block a user