.golangci.yaml: disable exhaustruct_v5

Renamed linter, same 50 findings as the disabled exhaustruct.
This commit is contained in:
Kristoffer Dalby
2026-08-25 07:19:58 +00:00
committed by Kristoffer Dalby
parent f06ff1cf81
commit 2b64b9fe3a
+1
View File
@@ -7,6 +7,7 @@ linters:
- depguard
- dupl
- exhaustruct
- exhaustruct_v5
- funcorder
- funlen
- gochecknoglobals