akoutmos / doctor

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

Fix #45 by ignoring protocol implementations #55

Closed gerbal closed 2 years ago

gerbal commented 2 years ago

In our code base we make use of a lot of protocols. Doctor raises errors on all protocol implementations (as described in #45).

This PR fixes this issue by ignoring protocol implementations when evaluating documentation and spec coverage.

Fixes #45

gerbal commented 2 years ago

@akoutmos Is there anything I do to help get this PR ready to merge?

akoutmos commented 2 years ago

Apologies. I must have missed this PR in my inbox! I'll take a look at this in the morning :)

akoutmos commented 2 years ago

I'll be releasing a new version later today! Thanks for the contribution :)!