Merge pull request #11779 from Fish-pro/chore/golangci

chore(golang-ci): the linter `varcheck` and `deadcode` are deprecated (since v1.49.0)
pull/11820/head
Martin Hickey 2 years ago committed by GitHub
commit 010e932f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,6 @@ run:
linters:
disable-all: true
enable:
- deadcode
- dupl
- gofmt
- goimports
@ -15,7 +14,6 @@ linters:
- nakedret
- revive
- unused
- varcheck
- staticcheck
linters-settings:

Loading…
Cancel
Save