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

Method Name

rule/charset_rules.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type TypeCharsetRule struct{ Charset string }
21
22func (r *TypeCharsetRule) Name() string { return "type-charset" }
23func (r *TypeCharsetRule) Apply(s lint.RuleSetting) error {
24 return applyStringArg(&r.Charset, r.Name(), s)
25}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected