Skip to content

Commit 711a0f5

Browse files
committed
FIXUp
1 parent 9dc428b commit 711a0f5

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.dialyzer_ignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
lib/mint/tunnel_proxy.ex:49
2+
lib/mint/http1.ex:894
3+
lib/mint/unsafe_proxy.ex:173
4+
lib/mint/unsafe_proxy.ex:198
5+
test/support
6+
Function ExUnit.Assertion
7+
Call to missing or private function :public_key.cacerts_get/0

.dialyzer_ignore.exs

Lines changed: 0 additions & 7 deletions
This file was deleted.

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ defmodule Mint.MixProject do
2727
dialyzer: [
2828
plt_add_apps: [:castore],
2929
plt_local_path: "plts",
30-
plt_core_path: "plts"
30+
plt_core_path: "plts",
31+
ignore_warnings: ".dialyzer_ignore"
3132
],
3233

3334
# Code coverage

0 commit comments

Comments
 (0)