debian-mirror-gitlab/doc/.vale/gitlab/SentenceLength.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
426 B
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
# Warning: gitlab.SentenceLength
#
# Counts words in a sentence and alerts if a sentence exceeds 25 words.
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2020-06-23 00:09:42 +05:30
extends: occurrence
2023-01-13 00:05:48 +05:30
message: "Improve readability by using fewer than 25 words in this sentence."
2020-06-23 00:09:42 +05:30
scope: sentence
2021-02-22 17:27:13 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#language
2020-06-23 00:09:42 +05:30
level: warning
max: 25
token: \b(\w+)\b