diff --git a/internal/framework/types/types.go b/internal/framework/types/types.go index 890305afbd..bf61bd23d7 100644 --- a/internal/framework/types/types.go +++ b/internal/framework/types/types.go @@ -1,4 +1,4 @@ -package types //nolint:revive // ignoring meaningless package name +package types //nolint:revive, nolintlint // ignoring “meaningless package name” and the unused-nolint warning import "sigs.k8s.io/controller-runtime/pkg/client"