MCPcopy Create free account
hub / github.com/conventionalcommit/commitlint / Name

Method Name

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

Source from the content-addressed store, hash-verified

27type HeaderFullStopRule struct{ Char string }
28
29func (r *HeaderFullStopRule) Name() string { return "header-full-stop" }
30func (r *HeaderFullStopRule) Apply(s lint.RuleSetting) error {
31 return applyFullStopArg(&r.Char, r.Name(), s)
32}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected