Skip to content

Commit

Permalink
nilnil enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 30, 2023
1 parent 3079490 commit a27bc09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ linters:
- maligned
- nakedret
- nilerr
- nilnil
- nlreturn
- noctx
- nonamedreturns
Expand Down
2 changes: 1 addition & 1 deletion internal/table/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func (c *Client) internalPoolWaitFromCh(ctx context.Context, t *trace.Table) (s
c.mu.WithLock(func() {
c.waitQ.Remove(el)
})
return nil, nil
return nil, nil //nolint:nilnil

case <-ctx.Done():
c.mu.WithLock(func() {
Expand Down

0 comments on commit a27bc09

Please sign in to comment.