mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
65 lines
795 B
YAML
65 lines
795 B
YAML
extends: conditional
|
|
message: "'%s' has no definition."
|
|
link: https://docs.microsoft.com/en-us/style-guide/acronyms
|
|
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
|