Openly icon indicating copy to clipboard operation
Openly copied to clipboard

Add rule VerbingNouns.yml

Open wouter-veeken opened this issue 4 years ago • 3 comments

Checks for sentences where e.g. "perform validation" can be simplified to "validate".

(As requested on Write the Docs Slack: https://writethedocs.slack.com/archives/CBWQQ5E57/p1632413363047400)

wouter-veeken avatar Sep 24 '21 08:09 wouter-veeken

Looks good, but I need to add some tests and things

ChrisChinchilla avatar Sep 24 '21 12:09 ChrisChinchilla

Looks good, but I need to add some tests and things

do your thing!

wouter-veeken avatar Sep 24 '21 13:09 wouter-veeken

I like the idea of this rule a lot. I would note that it pulls up a lot of false positives for me with phrases like "run the application" and "run the following [command]". The matches with "perform" seem accurate.

CollierCZ avatar Oct 27 '21 08:10 CollierCZ