vale/styles/Readability/SMOG.yml
2026-02-21 01:31:43 +01:00

8 lines
212 B
YAML

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"