ChrisChinchilla / Openly

A Vale linter style that aims to replicate Grammarly in an open-source, privacy-friendly way
MIT License
126 stars 10 forks source link

Add rule VerbingNouns.yml #9

Closed wouter-veeken closed 1 year ago

wouter-veeken commented 2 years ago

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)

ChrisChinchilla commented 2 years ago

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

wouter-veeken commented 2 years ago

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

do your thing!

CollierCZ commented 2 years ago

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.