Skip to content

Commit

Permalink
ci: replace golint with revive (#1164)
Browse files Browse the repository at this point in the history
The golint was officially deprecated.
golang/go#38968

>  The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive."
  • Loading branch information
chenrui333 authored Dec 4, 2021
1 parent 5ebf293 commit bb010c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ linters:
- unused
- varcheck
- gofmt
- golint
- revive
- goimports
- gocritic
- unconvert
- unparam
fast: false
fast: false

0 comments on commit bb010c9

Please sign in to comment.