Commit df50254f authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-vale-outdated-versions-update' into 'master'

Make vale catch versions with a "v"

See merge request gitlab-org/gitlab!36525
parents 49fc5db1 c0f3ac54
...@@ -11,11 +11,11 @@ level: warning ...@@ -11,11 +11,11 @@ level: warning
nonword: true nonword: true
ignorecase: true ignorecase: true
tokens: tokens:
- "GitLab 2." - "GitLab (v)?2."
- "GitLab 3." - "GitLab (v)?3."
- "GitLab 4." - "GitLab (v)?4."
- "GitLab 5." - "GitLab (v)?5."
- "GitLab 6." - "GitLab (v)?6."
- "GitLab 7." - "GitLab (v)?7."
- "GitLab 8." - "GitLab (v)?8."
- "GitLab 9." - "GitLab (v)?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