jeremyjh / dialyxir

Mix tasks to simplify use of Dialyzer in Elixir projects.
Apache License 2.0
1.71k stars 142 forks source link

format option changed from ignore_file_strict to ignore_file_string #546

Open neel-desh opened 1 month ago

neel-desh commented 1 month ago

Environment

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

jeremyjh commented 1 month ago

Thanks; this was not intentional, we'll change it back.

neel-desh commented 1 month ago

@jeremyjh can I raise a PR fixing that??? would love too

jeremyjh commented 1 month ago

Sure