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

AlertBoxStyle.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 831d5395fc8a3abe9d93ebc9e9752f1c9947db1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Error: gitlab.AlertBoxStyle
#
# Makes sure alert boxes follow standard formatting.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Alert box "%s" must use the formatting detailed in the documentation style guide.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
level: error
scope: raw
raw:
  - '((NOTE|TIP|CAUTION|DANGER): \*\*[^:]*\*\*)|'
  - '((NOTE: \*\*NOTE:\*\*)|(TIP: \*\*TIP:\*\*)|(CAUTION: \*\*CAUTION:\*\*)|(DANGER: \*\*DANGER:\*\*))|'
  - '((NOTE: \*\*note:\*\*)|(TIP: \*\*tip:\*\*)|(CAUTION: \*\*caution:\*\*)|(DANGER: \*\*danger:\*\*))|'
  - '((NOTE|TIP|CAUTION|DANGER): \*\*.*\*\*.+)'