Skip to content

Commit e8bb7c8

Browse files
Suzanne SelhornRavlen
andcommitted
Merge branch 'docs-remove-vale-firstperson' into 'master'
Update vale rules and exceptions See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7019 Merged-by: Suzanne Selhorn <[email protected]> Approved-by: Suzanne Selhorn <[email protected]> Co-authored-by: Marcel Amirault <[email protected]>
2 parents 4df879e + 4a27351 commit e8bb7c8

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

doc/.vale/gitlab/FirstPerson.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

doc/.vale/gitlab/Zip.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Warning: gitlab.Zip
3+
#
4+
# Recommends all instances of something.zip be wrapped in backticks
5+
# due to the .zip top-level domain
6+
#
7+
# For a list of all options, see https://vale.sh/docs/topics/styles/
8+
extends: existence
9+
message: "Wrap '%s' in backticks to prevent unintentional links to .zip domain names."
10+
link: 'https://docs.gitlab.com/ee/development/documentation/styleguide/index.md#backticks-in-markdown'
11+
nonword: true
12+
level: error
13+
ignorecase: true
14+
tokens:
15+
- '\b\w*\.zip'

doc/.vale/gitlab/spelling-exceptions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Consul
193193
Contentful
194194
Corosync
195195
corpuses
196+
Cosign
196197
Coursier
197198
CPU
198199
CPUs
@@ -374,6 +375,7 @@ FQDNs
374375
FreshBooks
375376
frontend
376377
Fugit
378+
Fulcio
377379
fuzzer
378380
fuzzing
379381
Gantt
@@ -516,6 +518,7 @@ Kubernetes
516518
Kubesec
517519
Kucoin
518520
Kustomize
521+
Kustomization
519522
kwargs
520523
Laravel
521524
LaunchDarkly
@@ -785,6 +788,7 @@ reindexes
785788
reindexing
786789
reinitialize
787790
reinitializing
791+
Rekor
788792
relicensing
789793
remediations
790794
renderers
@@ -879,6 +883,7 @@ Shimo
879883
Shippo
880884
Shopify
881885
Sidekiq
886+
Sigstore
882887
Silverlight
883888
Sisense
884889
Sitespeed

0 commit comments

Comments
 (0)