chore(lint): keep gochecknoglobals disabled

This commit is contained in:
Luca Burgazzoli 2024-05-16 16:03:42 +02:00
parent bbd582fccf
commit 958cbac64b
No known key found for this signature in database
GPG Key ID: 238C46A40510C1A9
1 changed files with 1 additions and 1 deletions

View File

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