diff --git a/pkg/apply/prune/event-factory.go b/pkg/apply/prune/event-factory.go index 33cbc8e..a49961a 100644 --- a/pkg/apply/prune/event-factory.go +++ b/pkg/apply/prune/event-factory.go @@ -33,6 +33,7 @@ func CreateEventFactory(isDelete bool, groupName string) EventFactory { // PruneEventFactory implements EventFactory interface as a concrete // representation of for prune events. +//nolint:revive // stuttering ok because Prune is a type of PruneEvent type PruneEventFactory struct { groupName string }