akoutmos / doctor

Ensure that your Elixir project documentation is healthy
MIT License
178 stars 15 forks source link

fix: ignore any non-Elixir modules. #60

Closed jimsynz closed 1 year ago

jimsynz commented 1 year ago

If a mix project contains any modules which are not generated by the Elixir compiler (eg .erl files in the src/ directory), then it will not be prepended by Elixir., so we can skip it.

Closes #43.

akoutmos commented 1 year ago

Thanks for the contribution! Much appreciated :)