Skip to content

Commit c195225

Browse files
committed
add mix app to plt
1 parent 11bedc5 commit c195225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule ElixirLS.Mixfile do
1111
deps: deps(),
1212
elixir: ">= 1.13.0",
1313
dialyzer: [
14-
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex],
14+
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex, :mix],
1515
flags: [
1616
# enable only to verify error handling
1717
# :unmatched_returns,

0 commit comments

Comments
 (0)