summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/GitLabFlavoredMarkdown.yml
blob: 532f1afd8162cbc3e6e5a1f9d5ec64171ccd69af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# Warning: gitlab.GitLabFlavoredMarkdown
#
# Checks for unclear use of GLFM or GLM instead of GitLab/GitHub Flavored Markdown
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: substitution
message: "Use '%s' instead of '%s' when possible."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
level: warning
ignorecase: true
swap:
  GLFM: "GitLab Flavored Markdown"
  GFM: "GitLab Flavored Markdown' or 'GitHub Flavored Markdown"