summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/AlertBoxCaution.yml
blob: 49d4dc62ab5d6d92b5fdfbb93956cbeb1ee097e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Error: gitlab.AlertBoxCaution
#
# Makes sure CAUTION: alert boxes follow standard formatting.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: substitution
message: "CAUTION: alert boxes must be of the format 'CAUTION: **Caution:**'. 'Caution' can be replaced with 'Warning' or 'Important'."
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#alert-boxes
level: warning
nonword: true
scope: raw
swap:
  'CAUTION: *?\*\*.*\*\*': 'CAUTION: \*\*(?:Caution|Warning|Important):\*\*'