summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Readability/GunningFog.yml
blob: 302c0eeb0ee6361bb9939c1f3d879d378d6705a1 (plain) (blame)
1
2
3
4
5
6
7
8
extends: metric
message: "Try to keep the Gunning-Fog index (%s) below 10."
link: https://en.wikipedia.org/wiki/Gunning_fog_index

formula: |
  0.4 * ((words / sentences) + 100 * (complex_words / words))

condition: "> 10"