Skip to content

Commit

Permalink
Please the dialyzer gods
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed May 20, 2021
1 parent e85ade4 commit e022b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
~r|.*/nimble_csv/.*|
]
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ defmodule Instream.MixProject do
:underspecs,
:unmatched_returns
],
ignore_warnings: ".dialyzer_ignore.exs",
plt_core_path: "plts",
plt_file: {:no_warn, "plts/dialyzer.plt"}
]
Expand Down

0 comments on commit e022b00

Please sign in to comment.