Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions vale/Grafana/styles/Grafana/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- "AI Observability"
- "Agent"
- "Alloy"
- "Apollo"
- "ARN"
- "Asserts"
- "Atlassian"
Expand Down Expand Up @@ -85,6 +86,7 @@
- "Opsgenie"
- "OTel"
- "PagerDuty"
- "Palantir"
- "Parca"
- "PDC"
- "Phlare"
Expand Down
2 changes: 2 additions & 0 deletions vale/Grafana/styles/Grafana/ProductPossessives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- "AI Observability's"
- "Agent's"
- "Alloy's"
- "Apollo's"
- "ARN's"
- "Asserts'"
- "Atlassian's"
Expand Down Expand Up @@ -82,6 +83,7 @@
- "Opsgenie's"
- "OTel's"
- "PagerDuty's"
- "Palantir's"
- "Parca's"
- "PDC's"
- "Phlare's"
Expand Down
1 change: 1 addition & 0 deletions vale/Grafana/styles/Grafana/WordList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"memcached": "Memcached"
"meta[- ]data": "metadata"
"mix[- ]in": "mixin"
"multitenancy": "multi-tenancy"
"mysql": "MySQL"
"network IP address": "internal IP address"
"open-source": "open source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ misconfiguration/S po:noun
mixin/S po:noun
Moodle/ po:noun
MySQL/ po:noun
multi-tenancy/ po:noun
namespace/S po:noun
navigation/S po:noun
NAT/ po:noun
Expand Down
1 change: 1 addition & 0 deletions vale/dictionary/m.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ local word = import './word.jsonnet';
word.new('mixin', 'S', 'noun') { swaps: { 'mix[- ]in': 'mixin' } },
word.new('Moodle', '', 'noun') { product: true },
word.new('MySQL', '', 'noun') { product: true, swaps: { mysql: 'MySQL' } },
word.new('multi-tenancy', '', 'noun') { swaps: { multitenancy: 'multi-tenancy' } },
]
Loading