
yaml files are allowed to include lines with more than 80 characters. Change-Id: Id4d50e9a671540937a44d7c92894d1347b479ca8
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
extends: default
|
|
|
|
rules:
|
|
# 80 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 80
|
|
level: warning
|