mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -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
|
|
|