summaryrefslogtreecommitdiff
path: root/public/vale/.vale-styles/Google/Acronyms.yml
diff options
context:
space:
mode:
authorChristian Segundo2023-10-12 14:23:12 +0200
committerChristian Segundo2023-10-12 14:23:12 +0200
commit0b7186eac839b8690f8951aca4fc2657944ab3b6 (patch)
treea37e56d651d80f0876dc531600ca9a25d723fd02 /public/vale/.vale-styles/Google/Acronyms.yml
parent3a974be2bf6ecace920add9b80f0c63b3e235dc6 (diff)
downloaddotfiles-0b7186eac839b8690f8951aca4fc2657944ab3b6.tar.gz
Add vale
Diffstat (limited to 'public/vale/.vale-styles/Google/Acronyms.yml')
-rw-r--r--public/vale/.vale-styles/Google/Acronyms.yml64
1 files changed, 64 insertions, 0 deletions
diff --git a/public/vale/.vale-styles/Google/Acronyms.yml b/public/vale/.vale-styles/Google/Acronyms.yml
new file mode 100644
index 0000000..f41af01
--- /dev/null
+++ b/public/vale/.vale-styles/Google/Acronyms.yml
@@ -0,0 +1,64 @@
+extends: conditional
+message: "Spell out '%s', if it's unfamiliar to the audience."
+link: 'https://developers.google.com/style/abbreviations'
+level: suggestion
+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
+ - ASP
+ - CLI
+ - CPU
+ - CSS
+ - CSV
+ - DEBUG
+ - DOM
+ - DPI
+ - FAQ
+ - GCC
+ - GDB
+ - GET
+ - GPU
+ - GTK
+ - GUI
+ - HTML
+ - HTTP
+ - HTTPS
+ - IDE
+ - JAR
+ - JSON
+ - JSX
+ - LESS
+ - LLDB
+ - NET
+ - NOTE
+ - NVDA
+ - OSS
+ - PATH
+ - PDF
+ - PHP
+ - POST
+ - RAM
+ - REPL
+ - RSA
+ - SCM
+ - SCSS
+ - SDK
+ - SQL
+ - SSH
+ - SSL
+ - SVG
+ - TBD
+ - TCP
+ - TODO
+ - URI
+ - URL
+ - USB
+ - UTF
+ - XML
+ - XSS
+ - YAML
+ - ZIP