mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07: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
|
|
|