filelength

This commit is contained in:
L3D 2023-05-12 21:00:33 +02:00
parent f3af1cdb79
commit 7aec3c1381
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
extends: default
rules:
# 170 chars should be enough, but don't fail if a line is longer
# 190 chars should be enough, but don't fail if a line is longer
line-length:
max: 170
max: 190
level: warning