akoutmos / doctor

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

Add ability to mark @moduledoc false as failures as well as missing @… #42

Open balexandr opened 2 years ago

balexandr commented 2 years ago

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

akoutmos commented 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!

balexandr commented 2 years ago

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!

balexandr commented 1 year ago

Just following up!

yordis commented 1 year ago

@balexandr do you mind taking a look at the failing jobs? 🙏🏻

balexandr commented 1 year ago

@yordis Updated, tests passing locally.

balexandr commented 1 year ago

ping @yordis @akoutmos

balexandr commented 1 year ago

Updated!

inoas-nbw commented 7 months ago

@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)