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

Method Name

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

Source from the content-addressed store, hash-verified

188type DescriptionMinLenRule struct{ CheckLen int }
189
190func (r *DescriptionMinLenRule) Name() string { return "description-min-length" }
191func (r *DescriptionMinLenRule) Apply(s lint.RuleSetting) error {
192 return applyIntArg(&r.CheckLen, r.Name(), s)
193}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected