forked from glific/glific
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dialyzer_ignore.exs
23 lines (23 loc) · 1.19 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
[
{":0:unknown_function Function ExUnit.Callbacks.__merge__/3 does not exist."},
{":0:unknown_function Function ExUnit.CaseTemplate.__proxy__/2 does not exist."},
{":0:unknown_function Function IEx.started?/0 does not exist."},
{"lib/glific/application.ex", :unknown_function, 113},
{"lib/glific/processor/consumer_flow.ex", :exact_eq, 255},
{":0:unknown_function Function Mix.PhilColumns.seeds_path/1 does not exist."},
{":0:unknown_function Function PhilColumns.Seeder.run/4 does not exist."},
{":0:unknown_function Function Appsignal.Ecto.handle_event/4 does not exist."},
{":0:unknown_function Function Phoenix.LiveReloader.call/2 does not exist."},
{":0:unknown_function Function Phoenix.LiveReloader.init/1 does not exist."},
{":0:no_return Function GlificWeb.LayoutView.template_not_found/2 has no local return."},
{"lib/glific_web/views/layout_view.ex"},
{"lib/glific/flows/contact_field.ex"},
{"lib/glific_web/channels/user_socket.ex"},
{"lib/glific_web/misc/http_signature.ex"},
{"lib/glific/flags/ecto.ex"},
{"test/support/channel_case.ex"},
{"test/support/conn_case.ex"},
{"test/support/data_case.ex"},
{"lib/glific/clients/stir.ex"},
{"lib/glific_web/views"}
]