- Remove KCL ecosystem (~220 files deleted) - Migrate all infrastructure to Nickel schema system - Consolidate documentation: legacy docs → provisioning/docs/src/ - Add CI/CD workflows (.github/) and Rust build config (.cargo/) - Update core system for Nickel schema parsing - Breaking changes: KCL workspaces require migration - Migration bridge available in docs/src/development/
30 lines
469 B
YAML
30 lines
469 B
YAML
extends: capitalization
|
|
message: "'%s' should use sentence-style capitalization."
|
|
link: "https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings"
|
|
level: warning
|
|
scope: heading
|
|
match: $sentence
|
|
indicators:
|
|
- ":"
|
|
exceptions:
|
|
- Azure
|
|
- CLI
|
|
- Cosmos
|
|
- Docker
|
|
- Emmet
|
|
- gRPC
|
|
- I
|
|
- Kubernetes
|
|
- Linux
|
|
- macOS
|
|
- Marketplace
|
|
- MongoDB
|
|
- REPL
|
|
- Studio
|
|
- TypeScript
|
|
- URLs
|
|
- Visual
|
|
- VS
|
|
- Windows
|
|
- JSON
|