fix: increase min complexity

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-05-13 01:05:01 +07:00
parent f6d3e11fec
commit 3b5cfed320
+1 -1
View File
@@ -57,7 +57,7 @@ linters-settings:
goimports:
local-prefixes: github.com/networkservicemesh/sdk
gocyclo:
min-complexity: 15
min-complexity: 20
dupl:
threshold: 150
funlen: