Skip to content

Commit 16ecfe7

Browse files
svrnmchalin
andauthored
Rename .vscode/cspell.json to .cspell.yml (open-telemetry#3644)
Co-authored-by: Patrice Chalin <[email protected]>
1 parent 01bc537 commit 16ecfe7

File tree

6 files changed

+185
-169
lines changed

6 files changed

+185
-169
lines changed

.cspell.yml

+152
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
# cSpell:ignore textlintrc
2+
# For settings, see
3+
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/
4+
version: '0.2'
5+
caseSensitive: true
6+
ignorePaths:
7+
- '*.svg'
8+
# words here are only listed for their spelling, if there is a certain way
9+
# to write a word (e.g. OpenTelemetry vs Opentelemetry or cloud native vs
10+
# cloud-native), edit the text-lint rules in .textlintrc.yml
11+
words:
12+
- accountingservice
13+
- adservice
14+
- alibaba
15+
- Alloc
16+
- Alolita
17+
- APAC
18+
- appdynamics
19+
- appender
20+
- appenders
21+
- aspecto
22+
- autoload
23+
- autoloaded
24+
- autoloader
25+
- autoloading
26+
- backoff
27+
- bytecode
28+
- caml
29+
- cartservice
30+
- cassandra
31+
- checkoutservice
32+
- cncf
33+
- currencyservice
34+
- daemonset
35+
- datadog
36+
- declarators
37+
- discoverability
38+
- dotnet
39+
- Dyla
40+
- dynatrace
41+
- emailservice
42+
- EMEA
43+
- erlang
44+
- errorf
45+
- featureflagservice
46+
- frauddetectionservice
47+
- frontendproxy
48+
- github
49+
- gitpod
50+
- grafana
51+
- gzipped
52+
- Hausenblas
53+
- hugo
54+
- initializers
55+
- instana
56+
- istio
57+
- jaeger
58+
- jaegertracing
59+
- javaagent
60+
- javadoc
61+
- jboss
62+
- jdbc
63+
- julia
64+
- Juraci
65+
- knative
66+
- kotlin
67+
- Kröhling
68+
- kubecon
69+
- kubernetes
70+
- laravel
71+
- lifecycles
72+
- lightstep
73+
- linux
74+
- Loffay
75+
- Mancuso
76+
- microservices
77+
- mongodb
78+
- mysql
79+
- ndjson
80+
- netlify
81+
- Neumann
82+
- nginx
83+
- ocaml
84+
- opamp
85+
- opencensus
86+
- opensearch
87+
- opentelemetry
88+
- opentracing
89+
- openzipkin
90+
- otel
91+
- otel-comms
92+
- otel-endusers
93+
- otelcol
94+
- otep
95+
- otlp
96+
- overridable
97+
- Paixão
98+
- parentbased
99+
- Pavol
100+
- paymentservice
101+
- pluggable
102+
- postgresql
103+
- Pranay
104+
- Prateek
105+
- Println
106+
- productcatalogservice
107+
- prometheus
108+
- proto
109+
- protobuf
110+
- quantile
111+
- quantiles
112+
- quarkus
113+
- quoteservice
114+
- recommendationservice
115+
- redis
116+
- relref
117+
- Rexed
118+
- roadmap
119+
- runtimes
120+
- Rynn
121+
- semconv
122+
- servlet
123+
- Severin
124+
- Sharma
125+
- shippingservice
126+
- shortcode
127+
- snmp
128+
- Socha
129+
- sqlite
130+
- Stalnaker
131+
- stdoutmetric
132+
- Strimzi
133+
- subdir
134+
- symfony
135+
- tabpane
136+
- textlint
137+
- thanos
138+
- tocstop
139+
- tracecontext
140+
- traceidratio
141+
- traceloop
142+
- traceparent
143+
- traefik
144+
- Trask
145+
- uids
146+
- unshallow
147+
- upstreamed
148+
- Villela
149+
- wordpress
150+
- WSGI
151+
- zend
152+
- zipkin

.github/workflows/check-spelling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
content/**/*.md
1717
layouts/**/*.md
1818
data/**/*
19-
config: .vscode/cspell.json
19+
config: .cspell.yml
2020

2121
dict-check:
2222
name: CSPELL:IGNORE check

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ assets/jsconfig.json
2323

2424
# VS Code
2525
/.vscode/**
26-
!/.vscode/cspell.json
2726

2827
# Webstorm
2928
/.idea/**

.vscode/cspell.json

-152
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"check:links:internal": "npm run _check:links:internal",
4040
"check:links": "npm run _check:links",
4141
"check:markdown": "npx gulp lint-md",
42-
"check:spelling": "npx cspell --no-progress -c .vscode/cspell.json content data 'layouts/**/*.md'",
42+
"check:spelling": "npx cspell --no-progress -c .cspell.yml content data 'layouts/**/*.md'",
4343
"check:text": "npm run _check:text -- ",
4444
"check": "npm run seq -- $(npm run -s _list:check:*)",
4545
"clean": "make clean",

0 commit comments

Comments
 (0)