846fdc71ee
cmd/mavweb/voiceproxy.go writes http.StatusMethodNotAllowed and http.StatusServiceUnavailable now, so both ST1013 entries were left behind by the mavweb work and make lint was failing on master before this branch. The gate fails on a stale entry by design, so the deletion is not optional. The accepted set is 16.
14 lines
729 B
Markdown
14 lines
729 B
Markdown
# Dependencies
|
|
|
|
## The analyzers pass against a baseline, not against zero [#701] {#baseline}
|
|
|
|
Costs: `make lint` and `make deadcode` are wired and green (V-694), but green
|
|
means "nothing new since 2026-08-11". The accepted set is 16 staticcheck
|
|
findings and 13 unreachable symbols, listed with a reason each in
|
|
`scripts/analyzers/*.baseline`. Three of the unreachable symbols must stay:
|
|
[layering.md](layering.md#deadcode).
|
|
Revisit when: V-701 sweeps the baseline, or a fix deletes an entry. The gate
|
|
fails on an entry whose finding is gone, so the deletion is not optional.
|
|
Workaround: none needed. Reachability claims are checkable now. Read the
|
|
baseline before trusting that a target reporting clean means the tree is clean.
|