Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/conventionalcommit/commitlint
/ Name
Method
Name
rule/length_rules.go:62–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
type
BodyMinLenRule
struct
{ CheckLen int }
61
62
func
(r *BodyMinLenRule) Name() string {
return
"body-min-length"
}
63
func
(r *BodyMinLenRule) Apply(s lint.RuleSetting) error {
64
return
applyIntArg(&r.CheckLen, r.Name(), s)
65
}
Callers
1
Apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected