Metric number for occurence of certain keywords in comments
Feature request
Description
There is the saying that wtf's per minute is the most precise code metric. Sometimes they can even be found in the code. It would be great to have a parser for the occurence of comments including a configurable set of keywords (e.g. "todo", "hack", "wtf", "bug",...).
@ce-bo this should be pretty straight forward to be added the new generic parser, right? We might want to make it configurable at some point but I would start with a fixed set of words similar to the one in the description.
Yes, it's simple to add it to the generic parser. Let's put it back into Backlog.
@ce-bo I would like to prioritize this as soon as the metric-gardener is ready for it.