We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4231a commit 3b7b2d0Copy full SHA for 3b7b2d0
1 file changed
cmd/root.go
@@ -35,7 +35,7 @@ var (
35
var rootCmd = &cobra.Command{
36
Use: "convcommitlint",
37
Short: "Lint conventional commits",
38
- Long: `A simple, slightly opinionated, yet usable linter for conventional commits written in Go`,
+ Long: `A simple, slightly opinionated, yet usable linter for conventional commits written in Go`,
39
Run: func(cmd *cobra.Command, args []string) {
40
lint()
41
},
0 commit comments