Headings.yml 440 B

1234567891011121314151617181920212223242526
  1. extends: capitalization
  2. message: "'%s' should use sentence-style capitalization."
  3. link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
  4. level: warning
  5. scope: heading
  6. match: $sentence
  7. exceptions:
  8. - Azure
  9. - CLI
  10. - Code
  11. - Cosmos
  12. - Docker
  13. - Emmet
  14. - I
  15. - Kubernetes
  16. - Linux
  17. - macOS
  18. - Marketplace
  19. - MongoDB
  20. - REPL
  21. - Studio
  22. - TypeScript
  23. - URLs
  24. - Visual
  25. - VS
  26. - Windows