diff options
| author | 2026-06-06 18:13:24 +0000 | |
|---|---|---|
| committer | 2026-06-06 18:13:24 +0000 | |
| commit | 5e0a31e09a4b0c3afd565467573d6576d8be05ee (patch) | |
| tree | 98e7b675736e684afec9bd3eca9d5c873666fa99 | |
| parent | REFACTOR: update (diff) | |
| signature | No signature | |
internal/testgit: No wrapcheck cmd.Output
| -rw-r--r-- | internal/testgit/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/command.go b/internal/testgit/command.go index cdb87a49..341b635c 100644 --- a/internal/testgit/command.go +++ b/internal/testgit/command.go @@ -32,5 +32,5 @@ func (repo *Repo) Run( cmd.Stdin = stdin - return cmd.Output() + return cmd.Output() //nolint:wrapcheck } |
