v2 done: fixed mobile and responsive issues.

This commit is contained in:
g_it 2026-02-23 12:47:55 +01:00
commit 6352db73c9
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
93 changed files with 3951 additions and 66 deletions

View file

@ -0,0 +1,8 @@
extends: metric
message: "Try to keep the Flesch reading ease score (%s) above 70."
link: https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests
formula: |
206.835 - (1.015 * (words / sentences)) - (84.6 * (syllables / words))
condition: "< 70"