Skip to content

Commit

Permalink
Tidying up rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Feb 9, 2012
1 parent edef0c0 commit 44b7177
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 13 deletions.
17 changes: 17 additions & 0 deletions rebar-cowboy.config
@@ -0,0 +1,17 @@
%% -*- erlang -*-
%% When chaning please remember to update `rebar.config` and
%% `rebar-misultin.config`.
%%

{erl_opts, [
%% fail_on_warning,
bin_opt_info,
warn_missing_spec,
debug_info,
warn_export_all
]}.

{deps, [
{cowboy, ".*",
{git, "git://github.com/extend/cowboy.git", "e7b6e2a402922724"}}
]}.
17 changes: 17 additions & 0 deletions rebar-misultin.config
@@ -0,0 +1,17 @@
%% -*- erlang -*-
%% When chaning please remember to update `rebar.config` and
%% `rebar-cowboy.config`.
%%

{erl_opts, [
%% fail_on_warning,
bin_opt_info,
warn_missing_spec,
debug_info,
warn_export_all
]}.

{deps, [
{misultin, ".*",
{git, "git://github.com/ostinelli/misultin.git", "1973f5c875c1348b"}}
]}.
20 changes: 7 additions & 13 deletions rebar.config
@@ -1,23 +1,17 @@
%% -*- erlang -*-
{cover_enabled, true}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
%% This is the default `rebar.config` for SockJS-erlang.
%%
%% When chaning please remember to update `rebar-cowboy.config` and
%% `rebar-misultin.config`.
%%

{erl_opts, [
%% fail_on_warning,
%% bin_opt_info,
bin_opt_info,
warn_missing_spec,
debug_info,
warn_export_all
]}.

{deps, [
% {cowboy, ".*",
% {git, "https://github.com/extend/cowboy.git", {branch, "master"}}}
% {jiffy, "0.2.0",
% {git, "https://github.com/davisp/jiffy.git", {tag, "0.2.0"}}}
]}.



%% {xref_warnings, false}.
%% %% xref checks to run
%% {xref_checks, [exports_not_used, undefined_function_calls]}.

0 comments on commit 44b7177

Please sign in to comment.