Skip to content

Commit

Permalink
disable dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed May 6, 2023
1 parent 4a5023e commit e5947b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ jobs:
run: IFS=$'\n'; for f in $(git ls-files); do touch -d "$(git log -n 1 --pretty='%cI' -- $f)" "$f"; done
- run: MIX_ENV=test mix format --check-formatted
- run: cd apps/language_server && MIX_ENV=test mix format --check-formatted
- run: mix dialyzer_vendored
# TODO reenable
# - run: mix dialyzer_vendored
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.12.0",
dialyzer: [
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex, :mix, :jason_v],
plt_add_apps: [:dialyxir_vendored, :debugger, :dialyzer, :ex_unit, :hex],
flags: [
# enable only to verify error handling
# :unmatched_returns,
Expand Down

0 comments on commit e5947b1

Please sign in to comment.