mirror of https://github.com/fluxcd/cli-utils.git
chore: allow stuttering for PruneEventFactory
This commit is contained in:
parent
8dfc33dd8e
commit
eb749e933c
|
|
@ -33,6 +33,7 @@ func CreateEventFactory(isDelete bool, groupName string) EventFactory {
|
||||||
|
|
||||||
// PruneEventFactory implements EventFactory interface as a concrete
|
// PruneEventFactory implements EventFactory interface as a concrete
|
||||||
// representation of for prune events.
|
// representation of for prune events.
|
||||||
|
//nolint:revive // stuttering ok because Prune is a type of PruneEvent
|
||||||
type PruneEventFactory struct {
|
type PruneEventFactory struct {
|
||||||
groupName string
|
groupName string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue