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

Method Name

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

Source from the content-addressed store, hash-verified

39type ScopeCharsetRule struct{ Charset string }
40
41func (r *ScopeCharsetRule) Name() string { return "scope-charset" }
42func (r *ScopeCharsetRule) Apply(s lint.RuleSetting) error {
43 return applyStringArg(&r.Charset, r.Name(), s)
44}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected