summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/OutdatedVersions.yml
blob: 1bc0bf58f9085203549a9d0aedaf81061df77853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# Warning: gitlab.OutdatedVersions
#
# Checks for references to versions of GitLab that are no longer supported.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: 'Can this reference to "%s" be refactored?'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#importance-of-referencing-gitlab-versions-and-tiers
level: warning
nonword: true
ignorecase: true
tokens:
  - "GitLab (v)?2."
  - "GitLab (v)?3."
  - "GitLab (v)?4."
  - "GitLab (v)?5."
  - "GitLab (v)?6."
  - "GitLab (v)?7."
  - "GitLab (v)?8."
  - "GitLab (v)?9."