Commit 7346de38 authored by Evan Read's avatar Evan Read

Tidy up Vale configuration files

parent 4f19992d
...@@ -42,4 +42,3 @@ swap: ...@@ -42,4 +42,3 @@ swap:
where's: where is where's: where is
who's: who is who's: who is
why's: why is why's: why is
...@@ -11,7 +11,7 @@ ignorecase: true ...@@ -11,7 +11,7 @@ ignorecase: true
level: warning level: warning
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language-to-avoid
raw: raw:
- "(going to( |\n|[[:punct:]])[a-zA-Z]*|" - "(going to( |\n|[[:punct:]])[a-zA-Z]*|"
- "will( |\n|[[:punct:]])[a-zA-Z]*|" - "will( |\n|[[:punct:]])[a-zA-Z]*|"
- "won't( |\n|[[:punct:]])[a-zA-Z]*|" - "won't( |\n|[[:punct:]])[a-zA-Z]*|"
- "[a-zA-Z]*'ll( |\n|[[:punct:]])[a-zA-Z]*)" - "[a-zA-Z]*'ll( |\n|[[:punct:]])[a-zA-Z]*)"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# Checks for references to versions of GitLab that are no longer supported. # 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/ # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence extends: existence
message: 'Can this reference to "%s" be refactored?' 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 link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#importance-of-referencing-gitlab-versions-and-tiers
......
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