aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-06-10 17:45:15 +0200
committerBadlop <badlop@process-one.net>2022-06-12 13:08:29 +0200
commit382c3836afe92f39eacd525dc5f733033d011526 (patch)
tree79f6a8214c3e30a521db4677f0fe6a823d7fca9b /.github
parentRuntime: No need for a specific mix erlang 25 job (diff)
Runtime: Add Xref options to be as strict as CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/runtime.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml
index 8fd9a7054..37bc7e572 100644
--- a/.github/workflows/runtime.yml
+++ b/.github/workflows/runtime.yml
@@ -69,6 +69,14 @@ jobs:
make update
make
+ - name: Prepare rebar
+ run: |
+ echo '{xref_ignores, [{eldap_filter_yecc, return_error, 2}
+ ]}.' >>rebar.config
+ echo '{xref_checks, [deprecated_function_calls, deprecated_functions,
+ locals_not_used, undefined_function_calls, undefined_functions]}.
+ % Disabled: exports_not_used,' >>rebar.config
+
- run: make xref
- name: Test rel (rebar2)