Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conventionalcommit/commitlint
/ main
Function
main
main.go:12–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
var
errExitCode = 1
11
12
func
main() {
13
err := cmd.Run()
14
if
err != nil {
15
fmt.Println(
"Error:"
, err)
16
os.Exit(errExitCode)
17
}
18
}
Callers
nothing calls this directly
Calls
1
Run
Function · 0.92
Tested by
no test coverage detected