GoogleChrome/devtools-docs

Count different issues in error.

Opened this issue · 3 comments

Travis's test suite should count the different types of errors and display a quick line display of each and their count in the document.

For example:

Passive voice: 5
Weak meaning: 10
Spelling: 25 (because this person doesn't know how to use a spellcheck...)

This way we could get a quick overview of a documents readiness status when a PR is made.

cc @kdzwinel since you built this thing and may know if it is possible.

Everything is possible! I was thinking about some kind of summary before (who doesn't like stats?), so if you think it's useful I'll add it.

It would be great if you can look into it. As long as we get each present error and a count on how many there are I'm fine. I realized yesterday I can get through like 8-10 "Passive Voice" issues an hour. So having numbers on error types should help me estimate how much time the actual content has left.

I was working on my vim setup just now and realized that editor plugins are the long-term way to go to solving the woes of knowing what to do locally. I opened an issue on the Proofreader tracker so others interested on just that can see it.

I'm currently learning how to write a vim plugin to build this. Sublime Text would probably the most useful plugin though.