Files
DeepSeek-TUI/scripts/dead-code-budget.json
Devin AI 60c1fbe568 chore: dead-code budget 425 after #5811
Co-Authored-By: Hunter Bown <hmbown@gmail.com>
2026-09-02 05:32:04 +00:00

11 lines
373 B
JSON

{
"_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",
"_issue": "https://github.com/Hmbown/CodeWhale/issues/4785",
"total": 425,
"per_crate": {
"app-server": 1,
"tools": 2,
"tui": 422
}
}