浏览代码

Enable fail_on_warning by default

pull/3/head
Dave Smith 15 年前
父节点
当前提交
7cf35a88ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      rebar.config

+ 1
- 0
rebar.config 查看文件

@ -1 +1,2 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.

正在加载...
取消
保存