Skip to content

Commit

Permalink
Enable more xref checks while still avoiding exports_not_used
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-kivra committed Oct 28, 2019
1 parent 6c619e6 commit f079d47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
warn_export_all
]}.

{xref_checks, [undefined_function_calls]}.
{xref_checks,[
%% enable most checks, but avoid 'unused calls' which is often
%% very verbose
undefined_function_calls, undefined_functions, locals_not_used,
deprecated_function_calls, deprecated_functions, deprecated_functions
]}.

0 comments on commit f079d47

Please sign in to comment.