- Remove redundant nil check for callsign (spec guarantees String.t()) - Simplify coordinate validation by removing faulty infinity checks - Remove unreachable catch-all clause in has_weather_packets? Floats cannot equal atoms :infinity or :neg_infinity in Elixir. Range checks already ensure finite values, making explicit infinity checks unnecessary. Reduces dialyzer errors from 40 to 34. |
||
|---|---|---|
| .. | ||
| components.ex | ||
| data_builder.ex | ||
| display_manager.ex | ||
| historical_loader.ex | ||
| index.ex | ||
| navigation.ex | ||
| packet_batcher.ex | ||
| packet_processor.ex | ||
| packet_utils.ex | ||
| popup_component.ex | ||
| rf_path.ex | ||
| url_params.ex | ||