Skip to content

Commit

Permalink
Address Vale linting false positives in grafana/website#17460 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jdbaldry and github-actions[bot] authored Jan 25, 2024
1 parent ff40e23 commit ac8be28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions vale/Grafana/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exceptions:
- Cloud Logs
- Cloud Metrics
- Cloud Traces
- Cluster # Kubernetes
- CPU
- Grafana
- Grafana Cloud
Expand All @@ -34,6 +35,8 @@ exceptions:
- macOS
- Memcached
- Mimir
- OpenTelemetry
- OpenTelemetry Collector
- Prometheus
- PromQL
- Redis
Expand Down
4 changes: 4 additions & 0 deletions vale/Grafana/WordList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,9 @@ swap:
Kinesis Firehose: Kinesis Data Firehose

pod: Pod
"(?:[dD][ae][ae]monset|d[ae][ae]monSet)": DaemonSet
"(?:[sS]tatefulset|statefulSet)": StatefulSet

ad[- ]?hoc: free-form|user-written

"(?:[Oo]penshift|openShift)": OpenShift
3 changes: 2 additions & 1 deletion vale/dictionaries/en_US-grafana.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
63
64
Alertmanager/S po:noun
Ansible/ po:noun
Ansible/ po:adjective
Expand All @@ -7,6 +7,7 @@ Datadog/ po:noun
Datadog/ po:adjective
ESLint/ po:noun
Firehose/ po:noun
Fargate/ po:noun
Goldmark/ po:noun
Grafana/M po:noun
Grafana/ po:adjective
Expand Down
1 change: 1 addition & 0 deletions vale/dictionaries/wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Datadog/ po:noun
Datadog/ po:adjective
ESLint/ po:noun
Firehose/ po:noun
Fargate/ po:noun
Goldmark/ po:noun
Grafana/M po:noun
Grafana/ po:adjective
Expand Down

0 comments on commit ac8be28

Please sign in to comment.