fix(ci): set linelenght to 120

This commit is contained in:
Simon Cornet 2025-05-09 11:38:42 +02:00
commit 42615a91f4

View file

@ -14,7 +14,7 @@ rules:
spaces: 2 spaces: 2
check-multi-line-strings: true check-multi-line-strings: true
line-length: line-length:
max: 130 max: 120
allow-non-breakable-words: true allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true allow-non-breakable-inline-mappings: true
new-line-at-end-of-file: 'enable' new-line-at-end-of-file: 'enable'