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

OutdatedVersions.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10fbaa0a6769838cf31241fdc19e0cad09694968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
# Suggestion: gitlab.OutdatedVersions
#
# Checks for references to versions of GitLab that are no longer supported.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "If possible, remove the reference to '%s'."
link: https://docs.gitlab.com/ee/development/documentation/versions.html
level: suggestion
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."
  - "GitLab (v)?10."
  - "GitLab (v)?11."
  - "GitLab (v)?12."