debian-mirror-gitlab/doc/.vale/gitlab/Acronyms.yml

88 lines
1.1 KiB
YAML
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
# Warning: gitlab.Acronyms
#
# Checks for unexpanded acronyms.
#
2020-07-28 23:09:34 +05:30
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
2020-06-23 00:09:42 +05:30
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
2020-07-28 23:09:34 +05:30
- CLI
2020-06-23 00:09:42 +05:30
- CNAME
- CPU
2020-07-28 23:09:34 +05:30
- CORE
2020-06-23 00:09:42 +05:30
- CSS
- CSV
- DNS
- EKS
2020-07-28 23:09:34 +05:30
- FAQ
2020-06-23 00:09:42 +05:30
- GDK
- GET
- GNU
- GPG
- GPL
- HTML
- HTTP
- HTTPS
- IAM
2020-07-28 23:09:34 +05:30
- IBM
2020-06-23 00:09:42 +05:30
- IDE
2020-07-28 23:09:34 +05:30
- IRC
- ISO
2020-06-23 00:09:42 +05:30
- JSON
- LDAP
- LDAPS
- LESS
- LFS
2020-07-28 23:09:34 +05:30
- LRU
2020-06-23 00:09:42 +05:30
- NFS
- NGINX
- NOTE
2020-07-28 23:09:34 +05:30
- NPM
2020-06-23 00:09:42 +05:30
- ONLY
2020-07-28 23:09:34 +05:30
- PDF
2020-06-23 00:09:42 +05:30
- PGP
- PHP
- POST
- PUT
- RPC
2020-07-28 23:09:34 +05:30
- RAM
2020-06-23 00:09:42 +05:30
- RSA
- RSS
- SAML
2020-10-04 03:57:07 +05:30
- SCIM
2020-06-23 00:09:42 +05:30
- SCP
- SCSS
- SHA
- SQL
- SSH
- SSL
- SSO
2020-10-24 23:57:45 +05:30
- SVG
2020-07-28 23:09:34 +05:30
- SVN
- TCP
2020-06-23 00:09:42 +05:30
- TIP
- TLS
- TODO
- TOML
- UNIX
2020-07-28 23:09:34 +05:30
- USB
2020-06-23 00:09:42 +05:30
- URI
- URL
2020-07-28 23:09:34 +05:30
- UUID
2020-06-23 00:09:42 +05:30
- VPC
- WIP
- XML
- YAML