summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/HeadingContent.yml
blob: c2dd2a5c6c262a2f46d99780144ff9558cd7a128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
# Warning: gitlab.HeadingContent
#
# Checks for generic, unhelpful subheadings.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Rename the subheading "%s", or re-purpose the content elsewhere.'
level: warning
scope: heading
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#headings-1
ignorecase: false
tokens:
  - How it works
  - Limitations
  - Overview
  - Use cases?
  - Important notes?