Skip to content

Commit 760d921

Browse files
committed
Add nolint back
1 parent b41debd commit 760d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/status/collector/collector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func UpdateCollectorStatus(ctx context.Context, cli client.Client, changed *v1al
6262
var statusReplicas string
6363
var statusImage string
6464

65-
switch mode {
65+
switch mode { // nolint:exhaustive
6666
case v1alpha1.ModeDeployment:
6767
obj := &appsv1.Deployment{}
6868
if err := cli.Get(ctx, objKey, obj); err != nil {

0 commit comments

Comments
 (0)