mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
7 lines
133 B
YAML
7 lines
133 B
YAML
extends: occurrence
|
|
message: "Try to keep sentences short (< 30 words)."
|
|
scope: sentence
|
|
level: suggestion
|
|
max: 30
|
|
token: \b(\w+)\b
|
|
|