Rule Source
This rule comes from: https://github.com/mesosphere/dcos-docs-site
Rule Definition
extends: existence
message: "'%s' is hyperbolic."
level: error
nonword: true
tokens:
- '[a-z]+[!?]{2,}'
This rule checks for excessive punctuation (multiple exclamation points or question marks) at the end of words. It helps maintain a professional and measured tone in writing by identifying hyperbolic or overly emotional punctuation. Such punctuation can make text appear informal, unprofessional, or overly dramatic, which is often inappropriate in formal or technical documentation.
This rule will flag:
It will not flag:
The rule specifically looks for any lowercase word followed by two or more exclamation points or question marks, marking these instances as errors in your text.
This rule comes from: https://github.com/mesosphere/dcos-docs-site
extends: existence
message: "'%s' is hyperbolic."
level: error
nonword: true
tokens:
- '[a-z]+[!?]{2,}'