chore: allow 120 chars in commit message

This commit is contained in:
pommee
2025-12-20 10:11:12 +01:00
parent e6c354e0b3
commit e259dbd0d7

View File

@@ -20,7 +20,7 @@ const config: UserConfig = {
"always",
100
] as const,
"header-max-length": [RuleConfigSeverity.Error, "always", 100] as const,
"header-max-length": [RuleConfigSeverity.Error, "always", 120] as const,
"header-trim": [RuleConfigSeverity.Error, "always"] as const,
"subject-case": [
RuleConfigSeverity.Error,