We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3f739 commit b941badCopy full SHA for b941bad
enterprise/cli/root_test.go
@@ -47,7 +47,7 @@ func TestCheckWarnings(t *testing.T) {
47
48
var buf bytes.Buffer
49
inv.Stderr = &buf
50
- clitest.SetupConfig(t, client, conf)
+ clitest.SetupConfig(t, client, conf) //nolint:gocritic // owners should see this
51
52
err := inv.Run()
53
require.NoError(t, err)
0 commit comments