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. |
||
|---|---|---|
| .. | ||
| api_csrf.ex | ||
| health_check.ex | ||
| ip_geolocation.ex | ||
| log_filter.ex | ||
| rate_limiter.ex | ||
| set_locale.ex | ||