2020-07-28 23:09:34 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.OutdatedVersions
|
|
|
|
#
|
|
|
|
# Checks for references to versions of GitLab that are no longer supported.
|
|
|
|
#
|
2020-10-24 23:57:45 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-07-28 23:09:34 +05:30
|
|
|
extends: existence
|
|
|
|
message: 'Can this reference to "%s" be refactored?'
|
2021-02-22 17:27:13 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#gitlab-versions
|
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."
|