chore(lint): keep exhaustivestruct disabled

This commit is contained in:
Luca Burgazzoli 2024-05-16 15:56:01 +02:00
parent 8e031dd23b
commit 32829ebfff
No known key found for this signature in database
GPG Key ID: 238C46A40510C1A9
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ linters:
- scopelint
- nosnakecase
- maligned
- exhaustivestruct
# keep
- varnamelen
- godox # there are a bunch of TODOs that must be solved
@ -62,7 +63,6 @@ linters:
# validate
- cyclop
- exhaustive
- exhaustivestruct
- funlen
- gochecknoglobals
- gochecknoinits