We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39137e5 commit cae5a8dCopy full SHA for cae5a8d
1 file changed
internal/cmd/controller/clustermonitor/monitor_test.go
@@ -454,10 +454,10 @@ func Test_Run(t *testing.T) {
454
// b's initial value is never used, but the variable needs to be
455
// named for its value to be overwritten with values we care
456
// about, to simulate a response from the API server.
457
- b *v1alpha1.BundleDeployment, //nolint: staticcheck
+ b *v1alpha1.BundleDeployment,
458
opts ...client.GetOption,
459
) error {
460
- *b = bd //nolint: ineffassign,staticcheck // the value is used by the implementation, not directly by the tests.
+ *b = bd
461
462
return nil
463
},
0 commit comments