mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-19 16:33:35 -04:00
8 lines
266 B
YAML
8 lines
266 B
YAML
extends: occurrence
|
|
message: "Try to keep sentences short (< 25 words)."
|
|
link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/write-clear-concise-sentences-paragraphs.rst'
|
|
scope: sentence
|
|
level: suggestion
|
|
max: 25
|
|
token: '\b(\w+)\b'
|