Skip to content

Commit

Permalink
Fix dialyzer issues with undef_fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Oct 23, 2019
1 parent 323f2f6 commit 8b853f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The fix of dialyxir requires to silence too much functions and that's sad.
# https://github.com/klarna/erlavro/blob/3dcb4a90af88bfe297ca60781265fbba025db48d/src/avro_binary_encoder.erl#L87-L88
{"lib/avrora/encoder.ex", :call_without_opaque},
{"lib/avrora/encoder.ex", :pattern_match, 118},
{"lib/avrora/encoder.ex", :unused_fun, 185},
{"lib/avrora/encoder.ex", :unused_fun, 191}
{"lib/avrora/encoder.ex", :pattern_match, 117},
{"lib/avrora/encoder.ex", :unused_fun, 184},
{"lib/avrora/encoder.ex", :unused_fun, 190}
]
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Avrora.MixProject do
def project do
[
app: :avrora,
version: "0.7.0",
version: "0.7.1",
elixir: "~> 1.6",
description: description(),
package: package(),
Expand Down

0 comments on commit 8b853f6

Please sign in to comment.