Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
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
|