aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
AgeCommit message (Collapse)Author
2011-07-26Update quoted to 1.0.3 to fix outstanding issuesLoïc Hoguin
Magnus Klaar updated the PropEr tests and it should be fine now.
2011-07-26Add a PropEr test for cowboy_dispatcher:split_host/1Loïc Hoguin
Mostly thanks to Magnus Klaar as it took me a while to figure out how PropEr tests had to be written.
2011-07-20URL decode query stringsLoïc Hoguin
Should be good for both GET and POST query strings. This adds https://github.com/klaar/quoted.erl as a dependency. Props to klaar for this code.
2011-06-27Add the remaining missing specsLoï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-21Use dialyzer directly instead of through rebarLoï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-16Enable code coverageAnthony Ramine
2011-04-12Don'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-22Add more dialyzer warnings to rebar.config.Loïc Hoguin
2011-03-21Add a rebar.config file with useful options.Loïc Hoguin