fix(lint): Disable deprecated linters

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-03-05 10:15:55 +00:00
parent f527c23aa5
commit 37b6be5e22

View File

@@ -61,7 +61,6 @@ linters:
- cyclop
- depguard
- exhaustruct
- exportloopref
- funlen
- gocyclo
- godox
@@ -74,5 +73,6 @@ linters:
- paralleltest
- protogetter
- tagalign
- tenv
- varnamelen
- wrapcheck
- wrapcheck