Skip to content

Instantly share code, notes, and snippets.

@voluntas
Created April 2, 2011 02:48
Show Gist options
  • Save voluntas/899196 to your computer and use it in GitHub Desktop.
Save voluntas/899196 to your computer and use it in GitHub Desktop.
{require_otp_vsn, "R14"}.
{erl_opts, [fail_on_warning,
warn_export_all, warn_unused_import,
warn_missing_spec, warn_untyped_record]}.
{xref_checks, [undefined_function_calls]}.
{clean_files, [".qc/*", ".eunit/*", "ebin/*.beam"]}.
%% Jenkins 向け
%% {eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{cover_enabled, true}.
{edoc_opts, [{dialyzer_specs, all}, {report_missing_type, true},
{report_type_mismatch, true}, {pretty_print, erl_pp},
{preprocess, true}]}.
{validate_app_modules, true}.
{deps,
[{meck,
".*", {git, "git://github.com/eproxus/meck.git", {branch, "master"}}},
{proper,
".*", {git, "git://github.com/manopapad/proper.git", {branch, "master"}}}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment