remove deprecated linters (#1898)

This commit is contained in:
William Lohan 2022-09-30 15:11:44 -07:00 committed by GitHub
parent 5965459bb9
commit 16865f0fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
run: run:
go: '1.19' go: "1.19"
linters: linters:
enable: enable:
- bodyclose - bodyclose
- deadcode
- depguard - depguard
- dogsled - dogsled
- errcheck - errcheck
@ -17,11 +16,9 @@ linters:
- misspell - misspell
- rowserrcheck - rowserrcheck
- staticcheck - staticcheck
- structcheck
- typecheck - typecheck
- unconvert - unconvert
- unused - unused
- varcheck
- whitespace - whitespace
issues: issues: