返回 CodeWhale
dead-code-budget.json
根目录 / scripts / dead-code-budget.json
1 {
2 "_comment": "Ceiling for `#[allow(dead_code)]` across crates/. This number may go down freely; raising it needs a reviewer to say why in the PR. Regenerate with: python3 scripts/check-dead-code-budget.py --update",
3 "_issue": "https://github.com/Hmbown/CodeWhale/issues/4785",
4 "total": 185,
5 "per_crate": {
6 "app-server": 1,
7 "core": 5,
8 "localization": 2,
9 "models": 5,
10 "palette": 20,
11 "tools": 2,
12 "tui": 150
13 }
14 }
15
15 lines JSON