d6e8aa0b9f
We have some long urls for release notes, so increase the line length to 200 characters to warn less often. Change-Id: I1edaccad3a30459855e592d3e5e9d1e64d39af7d Signed-off-by: Doug Hellmann <doug@doughellmann.com>
10 lines
179 B
YAML
10 lines
179 B
YAML
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 200 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 200
|
|
level: warning
|
|
allow-non-breakable-words: true
|