Created
April 2, 2011 02:48
-
-
Save voluntas/899196 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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