Open balexandr opened 2 years ago
Thanks for the contribution! Really appreciate it :). I'll take a look some time this week and merge this one in as well as cut a new release!
Added the ability to mark hidden docs i.e.
@moduledoc false
as a failure
Any update on this? Was going to hopefully throw it in my company's mix file instead of forking it!
Just following up!
@balexandr do you mind taking a look at the failing jobs? 🙏🏻
@yordis Updated, tests passing locally.
ping @yordis @akoutmos
Updated!
@akoutmos any change to review the PRs, merge some and cut a new release? Maybe a 1.0 for now (just to go with semver)
Added the ability to mark hidden docs i.e.
@moduledoc false
as a failure Added an empty Map as a check to confirm if a module doc is missing Updated README Added Test