MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / Name

Method Name

rule/length_rules.go:164–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162type ScopeMinLenRule struct{ CheckLen int }
163
164func (r *ScopeMinLenRule) Name() string { return "scope-min-length" }
165func (r *ScopeMinLenRule) Apply(s lint.RuleSetting) error {
166 return applyIntArg(&r.CheckLen, r.Name(), s)
167}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected