Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Upgrade golangci-lint to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 11, 2019
1 parent d242feb commit 25c72eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ linters-settings:
# the regex is used to ignore names within pkg. (default "fmt:.*").
# see https://github.com/kisielk/errcheck#the-deprecated-method for details
ignore: fmt:.*,github.com/go-kit/kit/log:.*

issues:
exclude:
- "not declared by package utf8"
- "unicode/utf8/utf8.go"
2 changes: 1 addition & 1 deletion hack/get_lint_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -v

go get -u golang.org/x/tools/cmd/goimports
go get -u golang.org/x/lint/golint
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.20.0
go get -u github.com/gordonklaus/ineffassign

0 comments on commit 25c72eb

Please sign in to comment.