Skip to content

Commit

Permalink
golangci-lint: replace golint with revive
Browse files Browse the repository at this point in the history
This patch fixes following warning
```
WARN [runner] 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
praveenkumar committed Oct 18, 2021
1 parent e09d10f commit 6288800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ linters:
- gocritic
- deadcode
- misspell
- golint
- revive

0 comments on commit 6288800

Please sign in to comment.