CI: increase line size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2023-08-25 09:05:05 +02:00
parent 392a2a1c6c
commit 53fd26805d

View File

@ -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: