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: ac0dab2d69d7a2135ac62bf5b0b311872a679300 (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://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'This appears to be GLFM emoji syntax. 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+|$|\.)'