akoutmos / doctor

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

Doctor reports red on modules with no functions. #18

Closed rsimmonsjr closed 3 years ago

rsimmonsjr commented 4 years ago

If a module has no functions, such as a phoenix router, doctor reorts it in red as if it is a failure. That shouldn't happen. Doctor shouldn't be concerned with unused code as that is the job of other tools.