## 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
29 lines
432 B
YAML
29 lines
432 B
YAML
extends: capitalization
|
|
message: "'%s' should use sentence-style capitalization."
|
|
link: https://docs.microsoft.com/en-us/style-guide/capitalization
|
|
level: suggestion
|
|
scope: heading
|
|
match: $sentence
|
|
indicators:
|
|
- ':'
|
|
exceptions:
|
|
- Azure
|
|
- CLI
|
|
- Code
|
|
- Cosmos
|
|
- Docker
|
|
- Emmet
|
|
- I
|
|
- Kubernetes
|
|
- Linux
|
|
- macOS
|
|
- Marketplace
|
|
- MongoDB
|
|
- REPL
|
|
- Studio
|
|
- TypeScript
|
|
- URLs
|
|
- Visual
|
|
- VS
|
|
- Windows
|