Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
11 stars 6 forks source link

Handle dialyzer warnings #40

Closed bjosv closed 4 months ago

bjosv commented 4 months ago

This PR handles the dialyzer warnings received from rebar3's test profile. Most warnings are corrected:

and a few expected warnings are suppressed, test only.

The CI will now also include a dialyzer run (on the test profile).