We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78107 commit dd8455dCopy full SHA for dd8455d
cmd/commitlint/main.go
@@ -89,6 +89,7 @@ func lintCallback(ctx *cli.Context) error {
89
if hasError {
90
return cli.Exit(lintMsg, exitCode)
91
}
92
+ fmt.Println(lintMsg)
93
return nil
94
95
0 commit comments