File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func New() *cobra.Command {
2424 c := & cobra.Command {
2525 Use : "commitizen" ,
2626 Long : `Command line utility to standardize git commit messages.` ,
27- PreRun : func (cmd * cobra.Command , args []string ) {
27+ PreRun : func (_ * cobra.Command , _ []string ) {
2828 if ! o .Debug {
2929 return
3030 }
Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "github.com/shipengqi/commitizen/internal/git"
98 cliflag "github.com/shipengqi/component-base/cli/flag"
9+
10+ "github.com/shipengqi/commitizen/internal/git"
1011)
1112
1213type Options struct {
Original file line number Diff line number Diff line change 11package parameter
22
33import (
4- "github.com/shipengqi/golib/strutil"
54 "strings"
5+
6+ "github.com/shipengqi/golib/strutil"
67)
78
89const (
You can’t perform that action at this time.
0 commit comments