rebar3_check_app_calls

A rebar plugin that checks that you call all apps your app depends on, but no other.

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{project_plugins, [rebar3_check_app_calls]}.

Then just call your plugin directly in an existing application:

$ rebar3 check_app_calls