mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

Code style cleanup (credo + dialyxir) #75

Open skosch opened 7 years ago

skosch commented 7 years ago

It would be nice to include linting and type checking via credo and @spec, and to bring the code in line with conventional Elixir code formatting while we're at it.

PRs welcome!