Skip to content

Commit

Permalink
ignore contextcheck linter
Browse files Browse the repository at this point in the history
  • Loading branch information
meiji163 committed Nov 18, 2024
1 parent 41e335e commit 913d9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/logic/streamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func (suite *EventsStreamerTestSuite) TestStreamEvents() {

group := errgroup.Group{}
group.Go(func() error {
//nolint:contextcheck
return streamer.StreamEvents(func() bool {
return streamCtx.Err() != nil
})
Expand Down Expand Up @@ -193,6 +194,7 @@ func (suite *EventsStreamerTestSuite) TestStreamEventsAutomaticallyReconnects()

group := errgroup.Group{}
group.Go(func() error {
//nolint:contextcheck
return streamer.StreamEvents(func() bool {
return streamCtx.Err() != nil
})
Expand Down

0 comments on commit 913d9b8

Please sign in to comment.