Tighten dashboard server quality ratchet

This commit is contained in:
ejclaw
2026-04-28 21:22:31 +09:00
parent b29c10ce65
commit 79a54185e9

View File

@@ -233,16 +233,8 @@
"owner": "web dashboard data test hotspot" "owner": "web dashboard data test hotspot"
}, },
"src/web-dashboard-server.test.ts": { "src/web-dashboard-server.test.ts": {
"maxLines": 1654, "maxFunctionLines": 332,
"maxFunctionLines": 1577,
"owner": "web dashboard server test hotspot" "owner": "web dashboard server test hotspot"
},
"src/web-dashboard-server.ts": {
"maxLines": 1759,
"maxFunctionLines": 1007,
"maxComplexity": 158,
"maxNesting": 3,
"owner": "web dashboard server hotspot"
} }
} }
} }