返回 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": 451,
5 "per_crate": {
6 "config": 1,
7 "tools": 2,
8 "tui": 448
9 }
10 }
11
11 lines JSON