Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Apr 12, 2024
1 parent a054ab5 commit 15f07e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/input/v2/input-cursor/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type cleaner struct {
// once the last event has been ACKed.
func (c *cleaner) run(canceler unison.Canceler, store *store, interval time.Duration) {
started := time.Now()
//nolint: errcheck // gcStore does not return an error
timed.Periodic(canceler, interval, func() error {
gcStore(c.log, started, store)
return nil
Expand Down

0 comments on commit 15f07e2

Please sign in to comment.