Skip to content

Commit

Permalink
Merge pull request redis#1193 from ferhatelmas/bump-golangci
Browse files Browse the repository at this point in the history
Bump golangci-lint to v1.21.0
  • Loading branch information
vmihailenco authored Nov 19, 2019
2 parents da5cd5a + b403828 commit 206581a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ run:
linters:
enable-all: true
disable:
- funlen
- gochecknoglobals
- gocognit
- goconst
- godox
- gosec
- maligned
- wsl
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ env:
go_import_path: github.com/go-redis/redis

before_install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
1 change: 0 additions & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,6 @@ func (cmd *GeoPosCmd) readReply(rd *proto.Reader) error {
return nil, nil
})
return cmd.err

}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 206581a

Please sign in to comment.