mirror of
https://github.com/pommee/goaway.git
synced 2026-01-06 05:49:35 -06:00
chore: allow 120 chars in commit message
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user