7f3eeab32c
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>
10 lines
179 B
YAML
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
|