CI: increase line size
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
392a2a1c6c
commit
53fd26805d
@ -4,7 +4,7 @@ extends: default
|
|||||||
rules:
|
rules:
|
||||||
# 80 chars should be enough, but don't fail if a line is longer
|
# 80 chars should be enough, but don't fail if a line is longer
|
||||||
line-length:
|
line-length:
|
||||||
max: 80
|
max: 160
|
||||||
level: warning
|
level: warning
|
||||||
allow-non-breakable-words: true
|
allow-non-breakable-words: true
|
||||||
comments:
|
comments:
|
||||||
|
Loading…
Reference in New Issue
Block a user