mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-27 14:24:06 +03:00
7 lines
132 B
YAML
7 lines
132 B
YAML
|
extends: occurrence
|
||
|
message: "Try to keep sentences short (< 30 words)."
|
||
|
scope: sentence
|
||
|
level: suggestion
|
||
|
max: 30
|
||
|
token: \b(\w+)\b
|