Skip to content

Commit

Permalink
add compiler to dialyzer plt
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Jan 19, 2024
1 parent 38d0cdb commit 6a70992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]}.

{dialyzer, [
{plt_extra_apps, [amoc, ranch, cowboy, jsx]}
{plt_extra_apps, [compiler, amoc, ranch, cowboy, jsx]}
]}.

{ xref_checks, [
Expand Down

0 comments on commit 6a70992

Please sign in to comment.