diff --git a/quality/code-quality-budgets.json b/quality/code-quality-budgets.json index ba76973..f4b8a34 100644 --- a/quality/code-quality-budgets.json +++ b/quality/code-quality-budgets.json @@ -233,16 +233,8 @@ "owner": "web dashboard data test hotspot" }, "src/web-dashboard-server.test.ts": { - "maxLines": 1654, - "maxFunctionLines": 1577, + "maxFunctionLines": 332, "owner": "web dashboard server test hotspot" - }, - "src/web-dashboard-server.ts": { - "maxLines": 1759, - "maxFunctionLines": 1007, - "maxComplexity": 158, - "maxNesting": 3, - "owner": "web dashboard server hotspot" } } }