Skip to content

Commit

Permalink
add mix app to plt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Sep 27, 2023
1 parent 11bedc5 commit c195225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule ElixirLS.Mixfile do
deps: deps(),
elixir: ">= 1.13.0",
dialyzer: [
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex],
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex, :mix],
flags: [
# enable only to verify error handling
# :unmatched_returns,
Expand Down

0 comments on commit c195225

Please sign in to comment.