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