mirror of
https://github.com/lingble/twenty.git
synced 2026-03-20 04:04:04 +00:00
* vale cleanup * added --config flag to vale * added --config flag to vale * added --config flag to vale * added --config flag to vale * testing vale
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
|