forked from exercism/elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dialyzer_ignore.exs
27 lines (27 loc) · 1.34 KB
/
.dialyzer_ignore.exs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
~r|Function RPG\.Edible\.Atom\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.BitString\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Float\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Function\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Integer\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.List\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Map\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.PID\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Port\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Reference\.__impl__/1 does not exist\.|,
~r|Function RPG\.Edible\.Tuple\.__impl__/1 does not exist\.|
# # {short_description}
# {":0:unknown_function Function :erl_types.t_is_opaque/1/1 does not exist."},
# # {short_description, warning_type}
# {":0:unknown_function Function :erl_types.t_to_string/1 does not exist.", :unknown_function},
# # {short_description, warning_type, line}
# {":0:unknown_function Function :erl_types.t_to_string/1 does not exist.", :unknown_function, 0},
# # {file, warning_type, line}
# {"lib/dialyxir/pretty_print.ex", :no_return, 100},
# # {file, warning_type}
# {"lib/dialyxir/warning_helpers.ex", :no_return},
# # {file}
# {"lib/dialyxir/warnings/app_call.ex"},
# # regex
# ~r/my_file\.ex.*my_function.*no local return/
]