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

Method Name

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

Source from the content-addressed store, hash-verified

79type DescriptionCaseRule struct{ Case string }
80
81func (r *DescriptionCaseRule) Name() string { return "description-case" }
82func (r *DescriptionCaseRule) Apply(s lint.RuleSetting) error {
83 return applyCaseArg(&r.Case, r.Name(), s)
84}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected