mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-05 15:25:25 +00:00
10 lines
294 B
YAML
10 lines
294 B
YAML
---
|
|
extends: occurrence
|
|
level: suggestion
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/sentencelength/
|
|
message: "Try to keep sentences to an average of 32 words or fewer."
|
|
scope: sentence
|
|
# source: "IBM - Conversational style"
|
|
max: 32
|
|
token: \b(\w+)\b
|