summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/SentenceLength.yml
blob: 48ebf02bc7f4f24dd347e6da394715998c8df3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Suggestion: gitlab.SentenceLength
#
# Counts words in a sentence and alerts if a sentence exceeds 25 words.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: occurrence
message: "Improve readability by using fewer than 25 words in this sentence."
scope: sentence
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#language
level: suggestion
max: 25
token: \b(\w+)\b