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
1 changed files with 1 additions and 4 deletions

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: