Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-27 | Add the remaining missing specs | Loïc Hoguin | |
Found thanks to warn_missing_spec and added with the help of typer. Eunit functions do not have specs yet however. | |||
2011-06-21 | Use dialyzer directly instead of through rebar | Loïc Hoguin | |
Rebar recently removed their dialyzer support options so we're switching to plain dialyzer. And as a bonus it works much better! | |||
2011-05-16 | Enable code coverage | Anthony Ramine | |
2011-04-12 | Don't enable binary optimization warnings by default. | Loïc Hoguin | |
It's problematic: both doing it right and doing it wrong trigger a warning and we treat warnings as errors. | |||
2011-03-22 | Add more dialyzer warnings to rebar.config. | Loïc Hoguin | |
2011-03-21 | Add a rebar.config file with useful options. | Loïc Hoguin | |