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

Method Name

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

Source from the content-addressed store, hash-verified

41type TypeCaseRule struct{ Case string }
42
43func (r *TypeCaseRule) Name() string { return "type-case" }
44func (r *TypeCaseRule) Apply(s lint.RuleSetting) error {
45 return applyCaseArg(&r.Case, r.Name(), s)
46}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected