File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ linters:
17
17
- gomnd
18
18
- goerr113
19
19
- exhaustive
20
- - gofumpt
21
20
- nestif
21
+ - nlreturn
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ go_import_path: github.com/go-redis/redis
17
17
18
18
before_install :
19
19
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s --
20
- -b $(go env GOPATH)/bin v1.28.3
20
+ -b $(go env GOPATH)/bin v1.31.0
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
14
14
"github.com/cespare/xxhash/v2"
15
15
"github.com/dgryski/go-rendezvous"
16
-
17
16
"github.com/go-redis/redis/v8/internal"
18
17
"github.com/go-redis/redis/v8/internal/hashtag"
19
18
"github.com/go-redis/redis/v8/internal/pool"
You can’t perform that action at this time.
0 commit comments