소스 검색

Enable xref checks on rebar

Dave Smith 15 년 전
부모
커밋
f36e044e5d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      rebar.config

+ 2
- 1
rebar.config 파일 보기

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

불러오는 중...
취소
저장