Skip to content

Commit

Permalink
feat(usecases/commit): add --no-verify flag to git commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Oct 28, 2024
1 parent ff348ca commit 2373aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usecases/commit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func OnStart(
cmd = tools.NewCommand(
"git",
"commit",
"--no-verify",
"--message",
a.CommitMessage,
)
Expand Down

0 comments on commit 2373aec

Please sign in to comment.