Chore: Raise line_length warning threshold to 160

- Warning at 160, error at 200 (was warning at 140)
This commit is contained in:
phranck
2026-02-13 17:07:44 +01:00
parent c18fc6cdb0
commit f51cb2d18f
+1 -1
View File
@@ -59,7 +59,7 @@ opt_in_rules:
# Rule Configuration
line_length:
warning: 140
warning: 160
error: 200
ignores_urls: true
ignores_comments: true