## Description This reworks CI now that we have merged docs and website into a single deployment. ## Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [x] 💻 CI/Deployment - [ ] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * Fixes https://github.com/alcionai/corso/issues/1551 ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
69 lines
828 B
YAML
69 lines
828 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
|
|
- ARM
|
|
- AWS
|
|
- CLI
|
|
- CPU
|
|
- CSS
|
|
- CSV
|
|
- DEBUG
|
|
- DOM
|
|
- DPI
|
|
- FAQ
|
|
- GCC
|
|
- GDB
|
|
- GET
|
|
- GPU
|
|
- GTK
|
|
- GUI
|
|
- HTML
|
|
- HTTP
|
|
- HTTPS
|
|
- IDE
|
|
- IAM
|
|
- 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
|
|
- HOME
|