From d6a2746d5b67353cd744923beb9ff29ca6af6de9 Mon Sep 17 00:00:00 2001
From: Fraser Waters <fraser@pulumi.com>
Date: Fri, 21 Feb 2025 12:18:37 +0000
Subject: [PATCH] lint

---
 command_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/command_test.go b/command_test.go
index 54d3370d..156df9eb 100644
--- a/command_test.go
+++ b/command_test.go
@@ -2926,6 +2926,7 @@ func TestHelpFuncExecuted(t *testing.T) {
 	helpText := "Long description"
 
 	// Create a context that will be unique, not just the background context
+	//nolint:golint,staticcheck // We can safely use a basic type as key in tests.
 	executionCtx := context.WithValue(context.Background(), "testKey", "123")
 
 	child := &Command{Use: "child", Run: emptyRun}