Commit Graph

6 Commits

Author SHA1 Message Date
Mikael Muszynski 28cea24d66
Fix inaccurate typespecs (#7)
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-23 22:14:58 +00:00
Mikael Muszynski e22c34f2ff Run `mix format` (#1)
Add formatter configuration and run `mix format`.

Additionally, manually replace leading tabs in documentation examples
with four spaces.
2020-01-19 13:58:40 +00:00
avitex 0f013beaa3 Improve result docs 2017-11-29 12:53:31 +11:00
avitex 8cc3fd1acb Follow community conventions for typespecs 2017-11-22 18:20:04 +11:00
avitex faf5218189 Use tuples exclusively to represent players and results 2017-11-17 11:08:25 +11:00
avitex b6dd4c2dee Support using tuples 2017-11-16 22:44:01 +11:00