MCPcopy 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
12func Run() error {
13 return newCliApp().Run(os.Args)
14}
15
16// newCliApp returns commitlint cli.App
17func newCliApp() *cli.App {

Callers 1

mainFunction · 0.92

Calls 1

newCliAppFunction · 0.85

Tested by

no test coverage detected