From 04bc8084485e9b2e276829a20b9c13836c29296e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 9 May 2025 11:39:03 +0200 Subject: [PATCH] fix(ci): set linelenght to 120 --- .yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index e4db48c..f11bd84 100644 --- a/.yamllint +++ b/.yamllint @@ -14,7 +14,7 @@ rules: spaces: 2 check-multi-line-strings: true line-length: - max: 130 + max: 120 allow-non-breakable-words: true allow-non-breakable-inline-mappings: true new-line-at-end-of-file: 'enable'