-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
My team was interested in seeing a rails notes report as well, so I added a task
to do just that. It's based heavily off of the existing rails stats task.
It collects the rake notes report and counts the TODO, FIXME, and OPTIMIZE
annotations by filename. It generates a graph with the totals of each, a table
with the number by filename, and prints the report beneath that. Patch to follow.