Skip to content
Snippets Groups Projects
Commit b9dd5b8e authored by Marcel Amirault's avatar Marcel Amirault
Browse files

Update vale rules and exceptions

parent 091ef62a
No related branches found
No related tags found
1 merge request!101Omnibus Gitlab 16.2 branching point
---
# Warning: gitlab.FirstPerson
#
# Checks for use of first person pronouns.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Instead of '%s', speak directly to the reader. Use 'you' or re-write to remove."
level: warning
ignorecase: true
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html
tokens:
- '\bI[ ,;:?!"]|\bI\x27.{1,2}'
- me
- myself
- mine
---
# Warning: gitlab.Zip
#
# Recommends all instances of something.zip be wrapped in backticks
# due to the .zip top-level domain
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Wrap '%s' in backticks to prevent unintentional links to .zip domain names."
link: 'https://docs.gitlab.com/ee/development/documentation/styleguide/index.md#backticks-in-markdown'
nonword: true
level: error
ignorecase: true
tokens:
- '\b\w*\.zip'
......@@ -193,6 +193,7 @@
Contentful
Corosync
corpuses
Cosign
Coursier
CPU
CPUs
......@@ -374,6 +375,7 @@
FreshBooks
frontend
Fugit
Fulcio
fuzzer
fuzzing
Gantt
......@@ -516,6 +518,7 @@
Kubesec
Kucoin
Kustomize
Kustomization
kwargs
Laravel
LaunchDarkly
......@@ -785,6 +788,7 @@
reindexing
reinitialize
reinitializing
Rekor
relicensing
remediations
renderers
......@@ -879,6 +883,7 @@
Shippo
Shopify
Sidekiq
Sigstore
Silverlight
Sisense
Sitespeed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment