2020-07-28 23:09:34 +05:30
|
|
|
---
|
2022-08-27 11:52:29 +05:30
|
|
|
# Suggestion: gitlab.OutdatedVersions
|
2020-07-28 23:09:34 +05:30
|
|
|
#
|
|
|
|
# Checks for references to versions of GitLab that are no longer supported.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-07-28 23:09:34 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "If possible, remove the reference to '%s'."
|
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/versions.html
|
2021-01-03 14:25:43 +05:30
|
|
|
level: suggestion
|
2020-07-28 23:09:34 +05:30
|
|
|
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."
|
2021-11-11 11:23:49 +05:30
|
|
|
- "GitLab (v)?10."
|
|
|
|
- "GitLab (v)?11."
|
2022-07-23 23:45:48 +05:30
|
|
|
- "GitLab (v)?12."
|