File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ var errsToCheck = []error{
2424 fmt .Errorf ("unknown error" ),
2525 context .DeadlineExceeded ,
2626 context .Canceled ,
27- //nolint:nolintlint
28- //nolint:staticcheck // ignore SA1019
29- xerrors .FromGRPCError (grpc .ErrClientConnClosing ),
27+ xerrors .FromGRPCError (grpc .ErrClientConnClosing ), //nolint:staticcheck // ignore SA1019
3028 xerrors .Transport (),
3129 xerrors .Transport (
3230 xerrors .WithCode (grpcCodes .Canceled ),
Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ var errsToCheck = []struct {
6464 },
6565 },
6666 {
67- //nolint:nolintlint
68- //nolint:staticcheck // ignore SA1019
69- err : xerrors .FromGRPCError (grpc .ErrClientConnClosing ),
67+ err : xerrors .FromGRPCError (grpc .ErrClientConnClosing ), //nolint:staticcheck // ignore SA1019
7068 backoff : backoff .TypeFast ,
7169 deleteSession : true ,
7270 canRetry : map [idempotency ]bool {
You can’t perform that action at this time.
0 commit comments