Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
type
TypeCharsetRule
struct
{ Charset string }
21
22
func
(r *TypeCharsetRule) Name() string {
return
"type-charset"
}
23
func
(r *TypeCharsetRule) Apply(s lint.RuleSetting) error {
24
return
applyStringArg(&r.Charset, r.Name(), s)
25
}
Callers
1
Apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected