akoutmos / doctor

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

Added umbrella flag #13

Closed akoutmos closed 4 years ago

akoutmos commented 4 years ago

Added the --umbrella flag which aggregates all of the Doctor results from the apps within an umbrella project, and applies all of the threshold validations to the aggregated results. Use mix doctor --umbrella to run in this mode. As a note, by default Doctor will validate each app independently.