Rule Source
This rule comes from: https://github.com/mesosphere/dcos-docs-site
Rule Definition
extends: existence
message: "Remove '%s'."
ignorecase: true
level: error
tokens:
- very
This rule flags any usage of the word "very" in text. The rule exists because "very" is often an unnecessary intensifier that weakens writing rather than strengthens it. Good writing typically uses stronger, more specific words instead of relying on "very" as a modifier.
Mark Twain famously advised writers to substitute "damn" for instances of "very" and then delete it, as "very" adds little value to prose and can make writing feel less confident and direct.
✗ Incorrect:
✓ Better alternatives:
The rule will flag all instances of "very" regardless of context or case (due to ignorecase: true
), allowing writers to reconsider and potentially strengthen their word choices.
This rule comes from: https://github.com/mesosphere/dcos-docs-site
extends: existence
message: "Remove '%s'."
ignorecase: true
level: error
tokens:
- very