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

Method Name

rule/fullstop_rules.go:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61type DescriptionFullStopRule struct{ Char string }
62
63func (r *DescriptionFullStopRule) Name() string { return "description-full-stop" }
64func (r *DescriptionFullStopRule) Apply(s lint.RuleSetting) error {
65 return applyFullStopArg(&r.Char, r.Name(), s)
66}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected