akoutmos / doctor

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

struct_type_spec_required triggered when we use `@opaque` #50

Closed manuel-rubio closed 2 years ago

manuel-rubio commented 2 years ago

I was checking that this flag is being raised when I'm using @opaque for t(). I guess it should be included, the possibility to use not only @type t() :: ... but also @opaque t():: ....

akoutmos commented 2 years ago

This was fixed in https://github.com/akoutmos/doctor/pull/52. A release should be cut in the next couple days :)