akoutmos / doctor

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

Fix #45 by ignoring protocol implementations #55

Closed gerbal closed 1 year 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 1 year ago

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

akoutmos commented 1 year ago

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

akoutmos commented 1 year ago

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