[CI] Enforce Istio and mTLS capitalization, and spelling of portable (#6907)
This commit is contained in:
parent
72f768054e
commit
81eec77ead
|
@ -1,6 +1,8 @@
|
|||
# Words listed here are only for their spelling. If there is a certain way to
|
||||
# capitalize the word, add capitalization rules to text-lint rules in
|
||||
# .textlintrc.yml
|
||||
#
|
||||
# cSpell:ignore textlintrc
|
||||
|
||||
accountingservice
|
||||
actix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# cspell:ignore ebpf matic postgres
|
||||
# cspell:ignore ebpf matic postgres protable
|
||||
plugins:
|
||||
'@textlint/markdown':
|
||||
extensions: [.yml]
|
||||
|
@ -49,6 +49,7 @@ rules:
|
|||
- HTTPS
|
||||
- ID
|
||||
- iOS
|
||||
- Istio
|
||||
- Jaeger
|
||||
- JavaScript
|
||||
- JBoss
|
||||
|
@ -65,6 +66,7 @@ rules:
|
|||
- macOS
|
||||
- Markdown
|
||||
- MongoDB
|
||||
- mTLS
|
||||
- MySQL
|
||||
- NDJSON
|
||||
- Netlify
|
||||
|
@ -153,6 +155,7 @@ rules:
|
|||
- '(?<![-#@./])\bopen[- ]?telemetry\b(?![-./])'
|
||||
- OpenTelemetry
|
||||
- [os x, macOS]
|
||||
- [protable, portable]
|
||||
- [postgres, PostgreSQL]
|
||||
- ['psr[ -]?([0-9]+)', PSR-$1]
|
||||
- ['react[ .]js', React]
|
||||
|
|
|
@ -26,7 +26,7 @@ conference begins.
|
|||
|
||||
- **[Adaptive Tracing Propagation with OpenTelemetry: Navigating Protocol Diversity in the Cloud | Project Lightning Talk](https://sched.co/1f4zX)**<br>
|
||||
Wednesday, August 21 • 12:03 - 12:08
|
||||
- **[Telemetry API and OpenTelemetry: the answer of istio monitoring? | Project Lightning Talk](https://sched.co/1f4zz)**<br>
|
||||
- **[Telemetry API and OpenTelemetry: the answer of Istio monitoring? | Project Lightning Talk](https://sched.co/1f4zz)**<br>
|
||||
Wednesday, August 21 • 12:24 - 12:29
|
||||
|
||||
## KubeCon talks
|
||||
|
|
Loading…
Reference in New Issue