Skip to content

Commit e5c8b6c

Browse files
committed
Temporary ignore dialyzer %URL{} opaqueness warnings
1 parent bfbd2fa commit e5c8b6c

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.dialyzer_ignore.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{"lib/caylir/graph/url.ex", "Type mismatch in call without opaque term in to_string."}
3+
]

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
inputs: [
33
"{lib,test}/**/*.{ex,exs}",
4-
"{.formatter,mix}.exs"
4+
"{.dialyzer_ignore,.formatter,mix}.exs"
55
]
66
]

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ defmodule Caylir.MixProject do
5050
:underspecs,
5151
:unmatched_returns
5252
],
53+
ignore_warnings: ".dialyzer_ignore.exs",
5354
plt_core_path: "plts",
5455
plt_local_path: "plts"
5556
]

0 commit comments

Comments
 (0)