You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir): "dialyxir": {:hex, :dialyxir, "1.4.4", "fb3ce8741edeaea59c9ae84d5cec75da00fa89fe401c72d6e047d11a61f65f70", [:mix], [{:erlex, ">= 0.2.7", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "cd6111e8017ccd563e65621a4d9a4a1c5cd333df30cebc7face8029cacb4eff6"}
Context
In newer latest version of Dialyxir mix dialyzer --format ignore_file_strict
does not exists and is changed to mix dialyzer --format ignore_file_string
Since docs were not updated had a hard time figuring out why this was not working.
Not sure if this was a decision to change this behaviour or a bug in Dialyxir
Error Returned
Unrecognized formatter ignore_file_strict received. Known formatters are dialyzer, dialyxir, github, ignore_file, ignore_file_string, raw, and short. Falling back to dialyxir.
The text was updated successfully, but these errors were encountered:
Environment
Elixir & Erlang/OTP versions (elixir --version):
elixir 1.17.2-otp-27
erlang 27.0.1
Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir):
"dialyxir": {:hex, :dialyxir, "1.4.4", "fb3ce8741edeaea59c9ae84d5cec75da00fa89fe401c72d6e047d11a61f65f70", [:mix], [{:erlex, ">= 0.2.7", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "cd6111e8017ccd563e65621a4d9a4a1c5cd333df30cebc7face8029cacb4eff6"}
Context
In newer latest version of Dialyxir
mix dialyzer --format ignore_file_strict
does not exists and is changed to
mix dialyzer --format ignore_file_string
Since docs were not updated had a hard time figuring out why this was not working.
Not sure if this was a decision to change this behaviour or a bug in Dialyxir
Error Returned
The text was updated successfully, but these errors were encountered: