summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/Acronyms.yml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.vale/gitlab/Acronyms.yml')
-rw-r--r--doc/.vale/gitlab/Acronyms.yml71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/Acronyms.yml b/doc/.vale/gitlab/Acronyms.yml
new file mode 100644
index 00000000000..5176a18e2b6
--- /dev/null
+++ b/doc/.vale/gitlab/Acronyms.yml
@@ -0,0 +1,71 @@
+---
+# Warning: gitlab.Acronyms
+#
+# Checks for unexpanded acronyms.
+#
+# For a list of all options, see https://errata-ai.github.io/vale/styles/
+extends: conditional
+message: '"%s" has no definition.'
+link: https://about.gitlab.com/handbook/marketing/growth-marketing/content/editorial-team/#acronyms
+level: warning
+ignorecase: false
+# Ensures that the existence of 'first' implies the existence of 'second'.
+first: '\b([A-Z]{3,5})\b'
+second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
+# ... with the exception of these:
+exceptions:
+ - API
+ - ARN
+ - ASCII
+ - AWS
+ - CNAME
+ - CPU
+ - CSS
+ - CSV
+ - DNS
+ - EKS
+ - GDK
+ - GET
+ - GNU
+ - GPG
+ - GPL
+ - HTML
+ - HTTP
+ - HTTPS
+ - IAM
+ - IDE
+ - JSON
+ - LDAP
+ - LDAPS
+ - LESS
+ - LFS
+ - NFS
+ - NGINX
+ - NOTE
+ - ONLY
+ - PGP
+ - PHP
+ - POST
+ - PUT
+ - RPC
+ - RSA
+ - RSS
+ - SAML
+ - SCP
+ - SCSS
+ - SHA
+ - SQL
+ - SSH
+ - SSL
+ - SSO
+ - TIP
+ - TLS
+ - TODO
+ - TOML
+ - UNIX
+ - URI
+ - URL
+ - VPC
+ - WIP
+ - XML
+ - YAML