Add Readability package.

This commit is contained in:
g_it 2026-02-21 01:31:43 +01:00
commit 9b57f2fcfb
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
90 changed files with 3856 additions and 2 deletions

View file

@ -0,0 +1,8 @@
extends: metric
message: "Try to keep the FleschKincaid grade level (%s) below 8."
link: https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests
formula: |
(0.39 * (words / sentences)) + (11.8 * (syllables / words)) - 15.59
condition: "> 8"