Skip to content

Commit d374bf8

Browse files
Add Yugabyte to dictionary (#1197)
Co-authored-by: grafanabot <[email protected]>
1 parent 8c57933 commit d374bf8

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

vale/Grafana/styles/Grafana/Headings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
- "Webex"
114114
- "WildFly"
115115
- "windows_exporter"
116+
- "YugabyteDB"
116117
- "Zipkin"
117118
- "ACL"
118119
- "ADOT"
@@ -333,4 +334,4 @@
333334
334335
If your heading contains capitalized words that represent product names, you need to add those words to the Grafana dictionary or the list of static exceptions in https://github.com/grafana/writers-toolkit/blob/main/vale/Headings.jsonnet for them to be considered correctly cased.
335336
"scope": "heading"
336-
"threshold": 0.29999999999999999
337+
"threshold": 0.3

vale/Grafana/styles/Grafana/ProductPossessives.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@
111111
- "Webex's"
112112
- "WildFly's"
113113
- "windows_exporter's"
114+
- "YugabyteDB's"
114115
- "Zipkin's"

vale/Grafana/styles/Grafana/WordList.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@
123123
"whitelisted": "allowlisted"
124124
"whitelisting": "allowlisting"
125125
"whitelists": "allowlists"
126+
"yugabyte": "YugabyteDB"

vale/Grafana/styles/config/dictionaries/en_US-grafana.dic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
366
1+
367
22
ACL/S po:noun
33
ADOT/ po:noun
44
AI Observability/ po:noun
@@ -361,6 +361,7 @@ XML/ po:noun
361361
XSS/ po:noun
362362
xy chart/S po:noun
363363
YAML/ po:noun
364+
YugabyteDB/ po:noun
364365
ZIP/ po:noun
365366
Zipkin/ po:adjective
366367
Zipkin/ po:noun

vale/dictionary/y.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
local word = import './word.jsonnet';
22
[
33
word.new('YAML', '', 'noun') { abbreviation: true, elaboration: "YAML Ain't Markup Language", established_abbreviation: true },
4+
word.new('YugabyteDB', '', 'noun') { product: true, description: "https://docs.yugabyte.com/", swaps: {yugabyte: 'YugabyteDB'} },
45
]

0 commit comments

Comments
 (0)