mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 07:08:10 +00:00
Add xref check to travis
This commit is contained in:
parent
2b24b366c8
commit
1726701e2d
2 changed files with 10 additions and 0 deletions
|
|
@ -6,4 +6,5 @@ otp_release:
|
|||
#- 18.3 not supported (string:lexemes/2, tricky binary comprehension, map typespec with `:=`, ?assertEqual/3)
|
||||
script:
|
||||
- ./rebar3 compile
|
||||
- ./rebar3 xref
|
||||
- ./rebar3 eunit
|
||||
|
|
|
|||
|
|
@ -6,6 +6,15 @@
|
|||
{lager, "3.6.3"}
|
||||
]}.
|
||||
|
||||
{xref_checks,
|
||||
[undefined_function_calls,
|
||||
undefined_functions,
|
||||
locals_not_used,
|
||||
%% exports_not_used,
|
||||
deprecated_function_calls,
|
||||
deprecated_functions
|
||||
]}.
|
||||
|
||||
{relx, [{release, { mtp_proxy, "0.1.0" },
|
||||
[lager,
|
||||
ranch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue