chore: allow stuttering for PruneEventFactory

This commit is contained in:
Karl Isenberg 2022-02-09 13:38:39 -08:00
parent 8dfc33dd8e
commit eb749e933c
1 changed files with 1 additions and 0 deletions

View File

@ -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
}