Skip to content

Commit e5947b1

Browse files
committed
disable dialyzer
1 parent 4a5023e commit e5947b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,5 @@ jobs:
123123
run: IFS=$'\n'; for f in $(git ls-files); do touch -d "$(git log -n 1 --pretty='%cI' -- $f)" "$f"; done
124124
- run: MIX_ENV=test mix format --check-formatted
125125
- run: cd apps/language_server && MIX_ENV=test mix format --check-formatted
126-
- run: mix dialyzer_vendored
126+
# TODO reenable
127+
# - run: mix dialyzer_vendored

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.12.0",
1313
dialyzer: [
14-
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex, :mix, :jason_v],
14+
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex],
1515
flags: [
1616
# enable only to verify error handling
1717
# :unmatched_returns,

0 commit comments

Comments
 (0)