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