1
0
mirror of https://github.com/avitex/elixir-glicko synced 2025-04-19 06:09:58 +00:00
glicko-elixir/lib
Mikael Muszynski aa907d2cc7 Fix inaccurate typespecs
1. `rating`, `rating_deviation`, and `rating_interval` all omit the
   possibility of receiving a `nil` as the second argument.
2. Writing out `Result.t()`  results in `dialyzer` looking for
   `Elixir.Result.t()`, instead of calling the local
   `Elixir.Glicko.Result.t()`.
2020-02-21 20:56:21 +01:00
..
glicko Fix inaccurate typespecs 2020-02-21 20:56:21 +01:00
glicko.ex Run mix format (#1) 2020-01-19 13:58:40 +00:00