Skip to content

Commit

Permalink
Add nolint for GetEvents as a temp fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Aug 13, 2024
1 parent 52bdf24 commit 99d5411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/soroban-rpc/internal/db/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ func (eventHandler *eventHandler) trimEvents(latestLedgerSeq uint32, retentionWi
// The events are returned in sorted ascending Cursor order.
// If f returns false, the scan terminates early (f will not be applied on
// remaining events in the range).
//
//nolint:funlen
func (eventHandler *eventHandler) GetEvents(
ctx context.Context,
cursorRange CursorRange,
Expand Down

0 comments on commit 99d5411

Please sign in to comment.