From fb5db2f90947300cd1e1f188c1a23b2bf123a9ce Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 14 Jun 2026 01:46:22 +0000 Subject: internal/testgit: Current style doesn't call for explaining nolints this way anymore --- internal/testgit/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/testgit') diff --git a/internal/testgit/command.go b/internal/testgit/command.go index db874bd1..4e696ece 100644 --- a/internal/testgit/command.go +++ b/internal/testgit/command.go @@ -15,7 +15,7 @@ func (repo *Repo) command( ) *exec.Cmd { tb.Helper() - cmd := exec.CommandContext(tb.Context(), command, args...) //nolint:gosec // Test helper runs caller-selected commands. + cmd := exec.CommandContext(tb.Context(), command, args...) //nolint:gosec cmd.Dir = repo.path cmd.Env = repo.env -- cgit v1.3.1-10-gc9f91