build: remove deprecated linters

This commit is contained in:
Jannis Mattheis 2023-09-16 20:39:11 +02:00
parent 1adfaa6448
commit f1ac16640f
1 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ run:
linters:
enable:
- asciicheck
- deadcode
- exportloopref
- godot
- gofmt
@ -22,12 +21,10 @@ linters:
- nolintlint
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unused
- varcheck
- whitespace
disable:
- goerr113