Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/conventionalcommit/commitlint
/ Run
Function
Run
internal/cmd/cmd.go:12–14 ·
view source on GitHub ↗
Run runs commitlint cli with os.Args
()
Source
from the content-addressed store, hash-verified
10
11
// Run runs commitlint cli with os.Args
12
func
Run() error {
13
return
newCliApp().Run(os.Args)
14
}
15
16
// newCliApp returns commitlint cli.App
17
func
newCliApp() *cli.App {
Callers
1
main
Function · 0.92
Calls
1
newCliApp
Function · 0.85
Tested by
no test coverage detected