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. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||