Files
angular__angular/aio/tools/doc-linter/styles/Angular/Readability_FleschKincaid.yml
Bob Watson bfddfe5622 docs: initial upload of styles used by doc linter (#46897)
Add the configuration and style files to support documentation linting. The `README.md` file includes instructions for installation and use of the lint tool.

PR Close #46897
2022-08-01 09:29:06 -07:00

9 lines
261 B
YAML

extends: metric
message: 'Try to keep the Flesch-Kincaid 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'