Skip to content

Commit

Permalink
feat: update deprecated linter golint/exportloopref
Browse files Browse the repository at this point in the history
- update golint -> revive
- update exportloopref -> exportloopref

Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Dec 9, 2021
1 parent 6c50bef commit a43c19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/.golangci.yml
Expand Up @@ -43,7 +43,7 @@ linters:
- gofmt
- gofumpt
- goimports
- golint
- revive
#- gomnd # nice to have
- gomodguard
- gosec
Expand All @@ -54,7 +54,7 @@ linters:
- nakedret
- noctx
#- nolintlint
- scopelint
- exportloopref
- sqlclosecheck
- staticcheck
- structcheck
Expand Down

0 comments on commit a43c19f

Please sign in to comment.