Skip to content

Commit

Permalink
Turn off exports_not_used xref check.
Browse files Browse the repository at this point in the history
This is a library application, so all the exported functions in
generated code are potentially used elsewhere.
  • Loading branch information
Sean Cribbs committed May 29, 2014
1 parent 75043b0 commit b4b5404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{protobuffs, "0.8.*", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p4"}}}
]}.

{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions,
locals_not_used]}.
{eunit_opts, [verbose]}.
{plugins, [riak_pb_msgcodegen]}.
{plugin_dir, "plugins"}.
Expand Down

0 comments on commit b4b5404

Please sign in to comment.