chore: remove deprecated linters (#5525)

This commit is contained in:
Mohammed Al Sahaf 2023-05-08 22:47:33 +03:00 committed by GitHub
parent 0de6064c3b
commit bef1a739db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- errcheck
- gofmt
- goimports
@ -18,11 +17,9 @@ linters:
- misspell
- prealloc
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck
# these are implicitly disabled:
# - asciicheck
# - depguard