diff --git a/.golangci.yml b/.golangci.yml index 372f379..2e18030 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -46,7 +46,7 @@ linters-settings: local-prefixes: github.com/cloudradar-monitoring/cagent gocyclo: # minimal code complexity to report, 30 by default (but we recommend 10-20) - min-complexity: 25 + min-complexity: 30 maligned: # print struct with more effective memory layout or not, false by default suggest-new: true