dkubb / yardstick

A tool for verifying YARD documentation coverage
http://wiki.github.com/dkubb/yardstick
MIT License
172 stars 22 forks source link

Allow exclusion of entire classes and modules #11

Closed indrekj closed 11 years ago

indrekj commented 11 years ago

This should be good for legacy systems where most of the application is undocumented.

I'm not sure if the RuleConfig was a good abstraction. It works okay, but there might be a more elegant way.

I also added configuration section to the README. This should be checked. My english is not very good.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling ce383b9473f55d7c21fb697549a3c66a0d547ef7 on indrekj:entire-class into a9624dab459bd62ba2a3be0516a337902e4ab917 on dkubb:master.

dkubb commented 11 years ago

@indrekj thanks for this, sorry it took so long to merge.

I think RuleConfig is a decent abstraction. As with all things it can be improved, but I wanted to get this feature into the system now and then refine it as I begin to use it in a few real projects.