forked from Kraigie/nostrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dialyzer_ignore.exs
12 lines (12 loc) · 1.02 KB
/
.dialyzer_ignore.exs
1
2
3
4
5
6
7
8
9
10
11
12
[
{"lib/nostrum/api/interaction.ex", "The contract for original_response/1 is overloaded."},
{"lib/nostrum/shard.ex", "Function init/1 has no local return."},
{"lib/nostrum/shard/session/compression/zstd.ex", "Function :ezstd.create_decompression_context/1 does not exist."},
{"lib/nostrum/shard/session/compression/zstd.ex", "Function :ezstd.decompress_streaming/2 does not exist."},
{"lib/nostrum/struct/message/poll.ex", "The contract for create_poll/2 is overloaded."},
{"lib/nostrum/struct/message/poll.ex", "The contract for put_answer/3 is overloaded."},
{"lib/nostrum/shard/session/compression/zstd.ex", "The @spec return type does not match the expected return type for create_context."},
{"lib/nostrum/shard/session/compression/zstd.ex", "The @spec return type does not match the expected return type for inflate."},
{"test/nostrum/cache/test_base.ex", "Function ExUnit.Callbacks.on_exit/2 does not exist."},
{"test/nostrum/cache/test_base.ex", "Function ExUnit.Callbacks.start_supervised!/1 does not exist."},
]