Delete two staticcheck entries whose findings are gone (V-701)

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.
This commit is contained in:
2026-08-13 11:36:35 +04:00
parent 4914c45cb0
commit 846fdc71ee
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## 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 18 staticcheck
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).