Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mtproto_proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mtproto_proxy
Commits
1726701e
Unverified
Commit
1726701e
authored
Feb 16, 2019
by
Сергей Прохоров
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add xref check to travis
parent
2b24b366
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.travis.yml
.travis.yml
+1
-0
rebar.config
rebar.config
+9
-0
No files found.
.travis.yml
View file @
1726701e
...
...
@@ -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
rebar.config
View file @
1726701e
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment