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. |
||
|---|---|---|
| .. | ||
| activity.ex | ||
| agent.ex | ||
| alert.ex | ||
| check.ex | ||
| device.ex | ||
| escalation_policy.ex | ||
| helpers.ex | ||
| integration.ex | ||
| maintenance_window.ex | ||
| member.ex | ||
| organization.ex | ||
| schedule.ex | ||
| site.ex | ||
| time_series.ex | ||