blob: dd9fe6697c158ffd199f00bae7a80afef3528ed6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
extends: metric
message: "Try to keep the Automated Readability Index (%s) below 8."
link: https://en.wikipedia.org/wiki/Automated_readability_index
formula: |
(4.71 * (characters / words)) + (0.5 * (words / sentences)) - 21.43
condition: "> 8"
|