diff options
author | rebortg <github@ghlr.de> | 2022-02-12 21:34:42 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-02-12 21:34:42 +0100 |
commit | c238230b1397f425878814e312758bacc5a9ea1d (patch) | |
tree | 0ec641604f059b406e7abff9a7b41f3fd5758ce8 /.github/styles/Google/Acronyms.yml | |
parent | da9919ba9d58926fbd3ed59d104cbc083ef97cce (diff) | |
download | vyos-documentation-c238230b1397f425878814e312758bacc5a9ea1d.tar.gz vyos-documentation-c238230b1397f425878814e312758bacc5a9ea1d.zip |
cleanup all vale components
Diffstat (limited to '.github/styles/Google/Acronyms.yml')
-rw-r--r-- | .github/styles/Google/Acronyms.yml | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/.github/styles/Google/Acronyms.yml b/.github/styles/Google/Acronyms.yml deleted file mode 100644 index f41af018..00000000 --- a/.github/styles/Google/Acronyms.yml +++ /dev/null @@ -1,64 +0,0 @@ -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 |