Commit bba05f17 authored by Evan Read's avatar Evan Read

Merge branch 'mjang-doc-vale-25-word-sentence-limit' into 'master'

Add suggested limit of 25 words per sentence

See merge request gitlab-org/gitlab!30743
parents bedde99a e442ff55
---
# Counts words in a sentence and alerts if a sentence exceeds 25 words.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: occurrence
message: "Shorter sentences improve readability (max 25 words)."
scope: sentence
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
level: warning
max: 25
token: \b(\w+)\b
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment