We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea13502 commit 0ba04bbCopy full SHA for 0ba04bb
enterprise/cli/groupedit_test.go
@@ -78,7 +78,7 @@ func TestGroupEdit(t *testing.T) {
78
"-a", "foo",
79
)
80
81
- clitest.SetupConfig(t, client, conf)
+ clitest.SetupConfig(t, client, conf) //nolint:gocritic // intentional usage of owner
82
83
err := inv.Run()
84
require.ErrorContains(t, err, "must be a valid UUID or email address")
0 commit comments