jeremyjh / dialyxir

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

Add `ignore_file` format output #432

Closed n-epifanov closed 3 years ago

n-epifanov commented 3 years ago

Hi, when starting to use dialyxir in a legacy project, it's often useful to get output with all of the existing warnings ready to be put to the ignores file as is. Then to be able to enforce dialyxir checks on CI to prevent further increase of technical debt. What do you think of this PR? If that's fine I'd add option description to README as well.

jeremyjh commented 3 years ago

Hi, thanks! Yes I'd say this looks useful. Can you please go ahead and update the README as well as the module doc ?

n-epifanov commented 3 years ago

Great, thanks, will do!

n-epifanov commented 3 years ago

Ok, done.

jeremyjh commented 3 years ago

Thank you! Sorry for the delay getting this merged.

n-epifanov commented 3 years ago

No problem, thanks!