From ba79a2bbd6a1ba61a7f0614c959fd4e3cf2f5ae2 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Fri, 9 Jan 2026 08:06:55 -0300 Subject: [PATCH] fix lint --- pkg/services/cleanup/cleanup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/cleanup/cleanup.go b/pkg/services/cleanup/cleanup.go index ce63c41e08f..72b62cc4894 100644 --- a/pkg/services/cleanup/cleanup.go +++ b/pkg/services/cleanup/cleanup.go @@ -236,6 +236,7 @@ func (srv *CleanUpService) shouldCleanupTempFile(filemtime time.Time, now time.T func (srv *CleanUpService) deleteExpiredSnapshots(ctx context.Context) { logger := srv.log.FromContext(ctx) + //nolint:staticcheck // not yet migrated to OpenFeature if srv.Features.IsEnabledGlobally(featuremgmt.FlagKubernetesSnapshots) { srv.deleteKubernetesExpiredSnapshots(ctx) } else {