doctor
doctor copied to clipboard
Ignore protocol implementations
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