Skip to content

Commit cae5a8d

Browse files
committed
Make linters happy
A couple of comments had been made obsolete by the previous commit.
1 parent 39137e5 commit cae5a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cmd/controller/clustermonitor/monitor_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ func Test_Run(t *testing.T) {
454454
// b's initial value is never used, but the variable needs to be
455455
// named for its value to be overwritten with values we care
456456
// about, to simulate a response from the API server.
457-
b *v1alpha1.BundleDeployment, //nolint: staticcheck
457+
b *v1alpha1.BundleDeployment,
458458
opts ...client.GetOption,
459459
) error {
460-
*b = bd //nolint: ineffassign,staticcheck // the value is used by the implementation, not directly by the tests.
460+
*b = bd
461461

462462
return nil
463463
},

0 commit comments

Comments
 (0)