lower golangci-lint requirements (#1654)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-05-21 15:34:09 +03:00 committed by GitHub
parent bffb968c1f
commit f2ee7a3c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,16 @@ linters-settings:
require-explanation: true
require-specific: true
cyclop:
max-complexity: 15
issues:
exclude-rules:
- path: (.+)_test.go
linters:
- funlen
- dupl
linters:
disable-all: true
enable: