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": {