From 42615a91f424090d1e298b5e6dd6927f19dda2d8 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 9 May 2025 11:38:42 +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'