mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|
|
|