aprs.me/lib/aprsme/cluster
Graham McIntire 5f369a3bed
Fix predicate function naming conventions
Rename predicate functions to follow Elixir style guide:
- Remove 'is_' prefix from predicate function names
- 'is_' prefix is reserved for guard-safe functions

Changes:
- ip_geolocation.ex: is_private_ip? → private_ip?
- ip_geolocation.ex: is_172_private_range? → in_172_private_range?
- leader_election.ex: is_pid_alive? → pid_alive?

Fixes 3 Credo code readability issues.
All Credo code readability issues now resolved.
2026-02-09 12:42:07 -06:00
..
connection_manager.ex Fix remaining warning and design suggestion 2026-02-09 11:49:51 -06:00
leader_election.ex Fix predicate function naming conventions 2026-02-09 12:42:07 -06:00
packet_distributor.ex Complete nested module alias fixes and update Sobelow skips 2026-02-09 11:26:47 -06:00
packet_receiver.ex Complete nested module alias fixes and update Sobelow skips 2026-02-09 11:26:47 -06:00
topology.ex Add Cluster.Supervisor directly to application supervision tree 2025-07-25 11:03:20 -05:00