Commit 4e760499 authored by Mike Lewis's avatar Mike Lewis

Merge branch 'docs-aqualls-flag-outdated-lines' into 'master'

Docs: test for outdated GitLab versions

See merge request gitlab-org/gitlab!33879
parents ff5c2958 ab58aadb
---
# 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.github.io/vale/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 2."
- "GitLab 3."
- "GitLab 4."
- "GitLab 5."
- "GitLab 6."
- "GitLab 7."
- "GitLab 8."
- "GitLab 9."
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment