chore(lint): keep exhaustivestruct disabled
This commit is contained in:
parent
8e031dd23b
commit
32829ebfff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue