chore(lint): keep godox disabled

This commit is contained in:
Luca Burgazzoli 2024-05-16 15:44:42 +02:00
parent 343e1e36d9
commit 540c1609cc
No known key found for this signature in database
GPG Key ID: 238C46A40510C1A9
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,7 @@ linters:
- nosnakecase
# keep
- varnamelen
- godox # there are a bunch of TODOs that must be solved
# validate
- cyclop
- exhaustive
@ -65,7 +66,6 @@ linters:
- gochecknoinits
- gocognit
- gocyclo
- godox
- goerr113
- gofumpt
- interfacer