summaryrefslogtreecommitdiff
path: root/ci/vale/Google/Acronyms.yml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-10-16 15:33:01 +0200
committerGitHub <noreply@github.com>2019-10-16 15:33:01 +0200
commit9982023728283b6212bf8820f8634a10c1764317 (patch)
tree50213104350fdd50b78c8c3e4c03019c8bc9c266 /ci/vale/Google/Acronyms.yml
parentd5400cd2822539c2e0a1416fa728b942a3cb1b9f (diff)
parentd59ccf6c896c7ae5a5604bc66d79357584745f79 (diff)
downloadvyos-documentation-9982023728283b6212bf8820f8634a10c1764317.tar.gz
vyos-documentation-9982023728283b6212bf8820f8634a10c1764317.zip
Merge pull request #130 from rebortg/vale
T1731: 1st version to test vale
Diffstat (limited to 'ci/vale/Google/Acronyms.yml')
-rw-r--r--ci/vale/Google/Acronyms.yml64
1 files changed, 64 insertions, 0 deletions
diff --git a/ci/vale/Google/Acronyms.yml b/ci/vale/Google/Acronyms.yml
new file mode 100644
index 00000000..f41af018
--- /dev/null
+++ b/ci/vale/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