Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
ScopeCharsetRule
struct
{ Charset string }
40
41
func
(r *ScopeCharsetRule) Name() string {
return
"scope-charset"
}
42
func
(r *ScopeCharsetRule) Apply(s lint.RuleSetting) error {
43
return
applyStringArg(&r.Charset, r.Name(), s)
44
}
Callers
1
Apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected