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. |
||
|---|---|---|
| .. | ||
| agent_live | ||
| audit_live | ||
| org_live | ||
| security_live | ||
| user_live | ||
| dashboard_live.ex | ||
| dashboard_live.html.heex | ||
| monitoring_live.ex | ||
| monitoring_live.html.heex | ||