jeremyjh / dialyxir

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

Added a configuration option to specify the path of the project plt file #421

Closed baseballlover723 closed 3 years ago

baseballlover723 commented 3 years ago

This is helpful if you want to move the dialyxir plt files into their own directory (in my case, this is helpful for running dialyxir inside of docker with caching), but don't want to mess with the naming of the plt files.

jeremyjh commented 3 years ago

This is a good change but can you please add it to the README and Module Docs in the appropriate places?

baseballlover723 commented 3 years ago

@jeremyjh updated