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

Method Name

rule/case_rules.go:118–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116type HeaderCaseRule struct{ Case string }
117
118func (r *HeaderCaseRule) Name() string { return "header-case" }
119func (r *HeaderCaseRule) Apply(s lint.RuleSetting) error {
120 return applyCaseArg(&r.Case, r.Name(), s)
121}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected