aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-07 08:27:50 +0000
committerGravatar Runxi Yu2026-06-07 08:27:50 +0000
commitceb1563908c59af4c428aea91da687e063e3d85a (patch)
treeaf97c81bb045909d855311a218b202c9f28fdbf4 /internal/testgit
parentobject/commit: Better test (diff)
internal/testgit: I don't want exhaustruct:ignore here actually
Diffstat (limited to 'internal/testgit')
-rw-r--r--internal/testgit/fsck.go2
-rw-r--r--internal/testgit/repo.go1
2 files changed, 0 insertions, 3 deletions
diff --git a/internal/testgit/fsck.go b/internal/testgit/fsck.go
index 5689899e..a500ee9f 100644
--- a/internal/testgit/fsck.go
+++ b/internal/testgit/fsck.go
@@ -8,8 +8,6 @@ import (
)
// FsckOptions configures [Repo.Fsck].
-//
-//exhaustruct:ignore
type FsckOptions struct {
Strict bool
NoDangling bool
diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go
index 544cfb1a..62107f4e 100644
--- a/internal/testgit/repo.go
+++ b/internal/testgit/repo.go
@@ -13,7 +13,6 @@ type Repo struct {
env []string
}
-//exhaustruct:ignore
type RepoOptions struct {
ObjectFormat id.ObjectFormat
}