Rule Source
This rule comes from: https://github.com/mesosphere/dcos-docs-site
Rule Definition
extends: occurrence
message: "Try to keep sentences short (< 30 words)."
scope: sentence
level: suggestion
max: 30
token: \b(\w+)\b
This rule checks for overly long sentences by counting the number of words in each sentence and flagging any that exceed 30 words. The rule helps maintain readability and clarity in your writing by encouraging shorter, more focused sentences.
Long sentences can be difficult for readers to follow and understand, often containing multiple ideas or complex clauses that could be better expressed as separate thoughts. Breaking down long sentences into shorter ones helps readers process information more easily and maintains their engagement with the text.
✓ Passes:
❌ Flags:
This rule comes from: https://github.com/mesosphere/dcos-docs-site
extends: occurrence
message: "Try to keep sentences short (< 30 words)."
scope: sentence
level: suggestion
max: 30
token: \b(\w+)\b