chore(lint): keep funlen disabled

This commit is contained in:
Luca Burgazzoli 2024-05-16 16:01:11 +02:00
parent 16bacba801
commit 4dc42a7326
No known key found for this signature in database
GPG Key ID: 238C46A40510C1A9
1 changed files with 1 additions and 1 deletions

View File

@ -62,9 +62,9 @@ linters:
- exhaustruct
- paralleltest
- ireturn
- funlen
# validate
- cyclop
- funlen
- gochecknoglobals
- gochecknoinits
- gocognit