From 79a54185e9a11c88d62e78827d1bd241ce002929 Mon Sep 17 00:00:00 2001 From: ejclaw Date: Tue, 28 Apr 2026 21:22:31 +0900 Subject: [PATCH] Tighten dashboard server quality ratchet --- quality/code-quality-budgets.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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" } } }