remove deprecated linters (#1898)

This commit is contained in:
William Lohan 2022-09-30 15:11:44 -07:00 committed by Joe Stump
parent 738e3702bf
commit 56f4c45600
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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