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

Markdown_emoji.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9873fb8becd2b91ef431eae37a03eb6aa0ad0f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Warning: gitlab.Markdown_emoji
#
# Check for use of GLFM emoji syntax (https://docs.gitlab.com/ee/user/markdown.html#emojis), which doesn't render correctly in documentation.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Replace '%s' with GitLab SVGs or Unicode emojis."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#gitlab-svg-icons
level: warning
scope: text
raw:
  - '(?:\s+|^):[a-zA-Z0-9\-_\+]+:(?:\s+|$|\.)'