File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
linters :
6
6
enable-all : true
7
7
disable :
8
+ - funlen
8
9
- gochecknoglobals
10
+ - gocognit
9
11
- goconst
12
+ - godox
10
13
- gosec
11
14
- maligned
15
+ - wsl
Original file line number Diff line number Diff line change 20
20
go_import_path : github.com/go-redis/redis
21
21
22
22
before_install :
23
- - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
23
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
Original file line number Diff line number Diff line change @@ -1863,7 +1863,6 @@ func (cmd *GeoPosCmd) readReply(rd *proto.Reader) error {
1863
1863
return nil , nil
1864
1864
})
1865
1865
return cmd .err
1866
-
1867
1866
}
1868
1867
1869
1868
//------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments