towerops/lib/towerops_web/live/device_live
Graham McIntire 91e3181bbc dialyzer: fix all unmatched_return warnings (154 → 0)
Prefix fire-and-forget calls (PubSub.broadcast, Oban enqueue, Logger,
update_*, etc.) with `_ =` so dialyzer knows the return value is
intentionally discarded. Wrap a few if/case expressions whose
branches produce mixed types the same way.

No behavior changes — only explicit acknowledgement of discarded
returns.

Warnings: 242 → 88.
2026-04-21 10:03:55 -05:00
..
components refactor: convert 6 Gleam modules to idiomatic Elixir with TDD (#196) 2026-03-28 09:52:07 -05:00
helpers dialyzer: fix unknown_type warnings (60 → 0) 2026-04-21 09:43:37 -05:00
form.ex dialyzer: fix all unmatched_return warnings (154 → 0) 2026-04-21 10:03:55 -05:00
form.html.heex reliability-audit-fixes (#181) 2026-03-26 14:10:36 -05:00
index.ex dialyzer: fix all unmatched_return warnings (154 → 0) 2026-04-21 10:03:55 -05:00
index.html.heex reliability-audit-fixes (#181) 2026-03-26 14:10:36 -05:00
show.ex dialyzer: fix all unmatched_return warnings (154 → 0) 2026-04-21 10:03:55 -05:00
show.html.heex feature/entity-physical-inventory (#187) 2026-03-27 10:48:50 -05:00