Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HeadingContent.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef130aa8bba59dec0801989fe4fc134ddf506c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# Warning: gitlab.HeadingContent
#
# Checks for generic, unhelpful subheadings.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Rename the heading '%s', or re-purpose the content elsewhere."
level: warning
link: https://docs.gitlab.com/ee/development/documentation/topic_types/concept.html#concept-headings
ignorecase: true
nonword: true
scope: raw
tokens:
  - '\#+ How it works'
  - '\#+ Limitations'
  - '\#+ Overview'
  - '\#+ Use cases?'
  - '\#+ Important notes?'