mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
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
|