7a16d1ef99
Change-Id: Ic60597c0fc2a0f181f713866bbc59a41cff69e86 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
9 lines
176 B
YAML
9 lines
176 B
YAML
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 80
|
|
level: warning
|
|
allow-non-breakable-words: true |