1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

allow longer lines

This commit is contained in:
L3D 2021-03-22 21:34:24 +01:00
parent 0e0a319773
commit 7f7ec4c636
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

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