From 53fd26805dadd75c1d32aeec3dbe497944fefcbe Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 25 Aug 2023 09:05:05 +0200 Subject: [PATCH] CI: increase line size --- .yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index c311c97..d12795a 100644 --- a/.yamllint +++ b/.yamllint @@ -4,7 +4,7 @@ extends: default rules: # 80 chars should be enough, but don't fail if a line is longer line-length: - max: 80 + max: 160 level: warning allow-non-breakable-words: true comments: