Files
DeepSeek-TUI/scripts/dead-code-budget.json
CodeWhale Bot e83815a9ed chore(tui): raise dead-code budget 444 to 448 for tideline stage scaffolding
The four new #[allow(dead_code)] items are deliberate projection-layer
scaffolding (typed Setting facts) composed by the landing slice that
follows this one. Visible raise per the gate's own procedure, justified
in the PR body.

Signed-off-by: CodeWhale Bot <bot@codewhale.net>
2026-08-30 01:42:58 -07:00

10 lines
352 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": 448,
"per_crate": {
"tools": 2,
"tui": 446
}
}