Skip to content

Commit

Permalink
Add rebar and its configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcomellas committed Feb 16, 2011
1 parent 9a8a036 commit 29a5cfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
9 changes: 9 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{erl_opts, [debug_info]}.

%% Options for running dialyzer
%% {plt, PltFile}
%% 'src': run Dialyzer on the source files as in 'dialyzer --src'
%% {warnings, [WarnOpts]}: turn on/off Dialyzer warnings
{dialyzer_opts, [{plt, "erlsom.plt"},
{warnings, [no_return, race_conditions, underspecs, behaviours]},
src]}.

0 comments on commit 29a5cfb

Please sign in to comment.