diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-01 21:08:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-01 21:08:51 +0000 |
commit | fe25c98fa838d9a6dd08bec9a5ac743560fa2ebd (patch) | |
tree | c5da508b27669257832eed276e0c06170750ff38 /doc/.vale | |
parent | cc7885bc21004e6c663706778252e4f495167dde (diff) | |
download | gitlab-ce-fe25c98fa838d9a6dd08bec9a5ac743560fa2ebd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/.vale')
-rw-r--r-- | doc/.vale/gitlab/OutdatedVersions.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/OutdatedVersions.yml b/doc/.vale/gitlab/OutdatedVersions.yml new file mode 100644 index 00000000000..3b93cdace01 --- /dev/null +++ b/doc/.vale/gitlab/OutdatedVersions.yml @@ -0,0 +1,21 @@ +--- +# 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." |