We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc428b commit 711a0f5Copy full SHA for 711a0f5
3 files changed
.dialyzer_ignore
@@ -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
mix.exs
@@ -27,7 +27,8 @@ defmodule Mint.MixProject do
27
dialyzer: [
28
plt_add_apps: [:castore],
29
plt_local_path: "plts",
30
- plt_core_path: "plts"
+ plt_core_path: "plts",
31
+ ignore_warnings: ".dialyzer_ignore"
32
],
33
34
# Code coverage
0 commit comments