Skip to content

Commit

Permalink
rebar.config: Add applications required for Dialyzer in Erlang 27
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 8, 2024
1 parent 3a79f8c commit a26d40b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

{xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}.

{dialyzer, [{plt_extra_apps, [compiler, dialyzer, syntax_tools]}]}.

{plugins, []}.

%% Local Variables:
Expand Down

0 comments on commit a26d40b

Please sign in to comment.