Skip to content

Commit

Permalink
Update default metric thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jun 27, 2024
1 parent 9913e98 commit 2ddf1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReportGenerator.Core/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"riskHotspotsAnalysisThresholds": {
"metricThresholdForCyclomaticComplexity": 30,
"metricThresholdForCrapScore": 15,
"metricThresholdForCyclomaticComplexity": 15,
"metricThresholdForCrapScore": 30,
"metricThresholdForNPathComplexity": 200
},
"minimumCoverageThresholds": {
Expand Down

0 comments on commit 2ddf1ee

Please sign in to comment.