cli-scripts/.config/vale/styles/readability/SMOG.yml

9 lines
212 B
YAML
Raw Normal View History

2024-02-29 20:44:48 +00:00
extends: metric
message: "Try to keep the SMOG grade (%s) below 10."
link: https://en.wikipedia.org/wiki/SMOG
formula: |
1.0430 * math.sqrt((polysyllabic_words * 30.0) / sentences) + 3.1291
condition: "> 10"