Skip to content

Commit

Permalink
fix: replace deprecated golint linter with revive
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hughes committed Jun 2, 2021
1 parent bf2cea3 commit c9eb84a
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 @@ -14,7 +14,6 @@ linters:
- godox
- gofmt
- goimports
- golint
- goprintffuncname
- gosec
- gosimple
Expand All @@ -23,6 +22,7 @@ linters:
- misspell
- nakedret
- prealloc
- revive
- rowserrcheck
- staticcheck
- structcheck
Expand Down

0 comments on commit c9eb84a

Please sign in to comment.