mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
28 lines
432 B
YAML
28 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
|