From a4855447fee7398273633ce136465830c731d431 Mon Sep 17 00:00:00 2001 From: "jonas-lt@live.dk" Date: Wed, 27 Sep 2023 20:10:55 +0200 Subject: [PATCH] increase complexity threshhold --- .sonarcloud.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 208c092d7..05ec801e4 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,2 +1,3 @@ #we need to explicitly exclude them as some are commit to the repo sonar.exclusions=test/**/* +sonar.cpd.cognitivecomplexity.threshold=20