mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
8 lines
133 B
YAML
8 lines
133 B
YAML
|
extends: occurrence
|
||
|
message: "Try to keep sentences short (< 30 words)."
|
||
|
scope: sentence
|
||
|
level: suggestion
|
||
|
max: 30
|
||
|
token: \b(\w+)\b
|
||
|
|