debian-mirror-gitlab/doc/.vale/gitlab/Markdown_emoji.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
498 B
YAML
Raw Normal View History

2022-10-11 01:57:18 +05:30
---
# 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.
#
2023-01-13 00:05:48 +05:30
# For a list of all options, see https://vale.sh/docs/topics/styles/
2022-10-11 01:57:18 +05:30
extends: existence
2023-01-13 00:05:48 +05:30
message: "Replace '%s' with GitLab SVGs or Unicode emojis."
2022-10-11 01:57:18 +05:30
link: https://docs.gitlab.com/ee/development/documentation/styleguide/#gitlab-svg-icons
level: warning
scope: text
raw:
- '(?:\s+|^):[a-zA-Z0-9\-_\+]+:(?:\s+|$|\.)'