chore(lint): keep gofumpt disabled

This commit is contained in:
Luca Burgazzoli 2024-05-16 15:52:40 +02:00
parent 0cbc34c75b
commit 9fd121eb69
No known key found for this signature in database
GPG Key ID: 238C46A40510C1A9
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,7 @@ linters:
- varnamelen - varnamelen
- godox # there are a bunch of TODOs that must be solved - godox # there are a bunch of TODOs that must be solved
- gci - gci
- gofumpt
# validate # validate
- cyclop - cyclop
- exhaustive - exhaustive
@ -66,7 +67,6 @@ linters:
- gochecknoinits - gochecknoinits
- gocognit - gocognit
- gocyclo - gocyclo
- gofumpt
- interfacer - interfacer
- ireturn - ireturn
- maligned - maligned