Skip to content

Commit 7ef0f6d

Browse files
authored
Add --no-verify to checkpoint commits (RooCodeInc#2298)
* initial * Corrected options
1 parent 9012d6a commit 7ef0f6d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/empty-apes-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
One small change to checkpoints commit options

src/integrations/checkpoints/CheckpointTracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class CheckpointTracker {
164164
console.info(`Creating checkpoint commit with message: ${commitMessage}`)
165165
const result = await git.commit(commitMessage, {
166166
"--allow-empty": null,
167+
"--no-verify": null,
167168
})
168169
const commitHash = result.commit || ""
169170
console.warn(`Checkpoint commit created.`)

0 commit comments

Comments
 (0)