Skip to content

Commit

Permalink
make dialyzer run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jan 5, 2019
1 parent ef27900 commit bb1d270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .dialyzer_ignore.exs

This file was deleted.

3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ defmodule Tipalti.MixProject do
deps: deps(),
docs: docs(),
dialyzer: [
ignore_warnings: ".dialyzer_ignore.exs",
plt_add_deps: :project,
plt_add_apps: [:decimal, :xmerl],
flags: [:unmatched_returns, :error_handling, :underspecs]
],
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit bb1d270

Please sign in to comment.