2020-07-01 17:08:51 -04:00
|
|
|
---
|
|
|
|
# Warning: gitlab.OutdatedVersions
|
|
|
|
#
|
|
|
|
# Checks for references to versions of GitLab that are no longer supported.
|
|
|
|
#
|
2020-07-21 02:09:45 -04:00
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-07-01 17:08:51 -04:00
|
|
|
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:
|
2020-07-13 17:09:24 -04:00
|
|
|
- "GitLab (v)?2."
|
|
|
|
- "GitLab (v)?3."
|
|
|
|
- "GitLab (v)?4."
|
|
|
|
- "GitLab (v)?5."
|
|
|
|
- "GitLab (v)?6."
|
|
|
|
- "GitLab (v)?7."
|
|
|
|
- "GitLab (v)?8."
|
|
|
|
- "GitLab (v)?9."
|