Skip to content

Commit 69072f9

Browse files
committed
squelch linter error in root_test
1 parent c565537 commit 69072f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/root_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestCheckWarnings(t *testing.T) {
4747

4848
var buf bytes.Buffer
4949
inv.Stderr = &buf
50-
clitest.SetupConfig(t, client, conf)
50+
clitest.SetupConfig(t, client, conf) //nolint:gocritic // owners should see this
5151

5252
err := inv.Run()
5353
require.NoError(t, err)

0 commit comments

Comments
 (0)