From 2ddf1ee06eaf5431471a5d3f23e2f5fcc87b7f03 Mon Sep 17 00:00:00 2001 From: Daniel Palme Date: Thu, 27 Jun 2024 21:16:18 +0200 Subject: [PATCH] Update default metric thresholds --- src/ReportGenerator.Core/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReportGenerator.Core/appsettings.json b/src/ReportGenerator.Core/appsettings.json index ea26d1b3..895e27ad 100644 --- a/src/ReportGenerator.Core/appsettings.json +++ b/src/ReportGenerator.Core/appsettings.json @@ -1,7 +1,7 @@ { "riskHotspotsAnalysisThresholds": { - "metricThresholdForCyclomaticComplexity": 30, - "metricThresholdForCrapScore": 15, + "metricThresholdForCyclomaticComplexity": 15, + "metricThresholdForCrapScore": 30, "metricThresholdForNPathComplexity": 200 }, "minimumCoverageThresholds": {