LIX.yml 317 B

1234567891011121314151617
  1. extends: metric
  2. message: "Try to keep the LIX score (%s) below 35."
  3. link: https://en.wikipedia.org/wiki/Lix_(readability_test)
  4. # Very Easy: 20 - 25
  5. #
  6. # Easy: 30 - 35
  7. #
  8. # Medium: 40 - 45
  9. #
  10. # Difficult: 50 - 55
  11. #
  12. # Very Difficult: 60+
  13. formula: |
  14. (words / sentences) + ((long_words * 100) / words)
  15. condition: "> 35"