Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/conventionalcommit/commitlint
/ Name
Method
Name
rule/length_rules.go:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
type
HeadMaxLenRule
struct
{ CheckLen int }
47
48
func
(r *HeadMaxLenRule) Name() string {
return
"header-max-length"
}
49
func
(r *HeadMaxLenRule) Apply(s lint.RuleSetting) error {
50
return
applyIntArg(&r.CheckLen, r.Name(), s)
51
}
Callers
1
Apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected