您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
273 B

{cover_enabled, true}.
{eunit_opts, [{report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, [
%% bin_opt_info,
%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.
{deps, [
{proper, ".*",
{git, "git://github.com/manopapad/proper.git", "master"}}
]}.