Skip to content

andreashasse/rebar3_check_app_calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages