remove deprecated linters

This commit is contained in:
Matthieu MOREL 2023-03-28 19:11:30 +02:00 committed by Cosmin Cojocar
parent aef69b3f85
commit 73f0efcd02

View file

@ -2,7 +2,6 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- depguard
- dogsled
- durationcheck
@ -24,12 +23,10 @@ linters:
- nolintlint
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
run: