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. |
||
|---|---|---|
| .. | ||
| aprsme | ||
| aprsme_web | ||
| aprs_web.ex | ||
| aprsme.ex | ||