Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/conventionalcommit/commitlint
/ Name
Method
Name
rule/case_rules.go:43–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
type
TypeCaseRule
struct
{ Case string }
42
43
func
(r *TypeCaseRule) Name() string {
return
"type-case"
}
44
func
(r *TypeCaseRule) Apply(s lint.RuleSetting) error {
45
return
applyCaseArg(&r.Case, r.Name(), s)
46
}
Callers
1
Apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected