File tree 6 files changed +185
-169
lines changed
6 files changed +185
-169
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 16
16
content/**/*.md
17
17
layouts/**/*.md
18
18
data/**/*
19
- config : .vscode/ cspell.json
19
+ config : .cspell.yml
20
20
21
21
dict-check :
22
22
name : CSPELL:IGNORE check
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ assets/jsconfig.json
23
23
24
24
# VS Code
25
25
/.vscode /**
26
- ! /.vscode /cspell.json
27
26
28
27
# Webstorm
29
28
/.idea /**
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 39
39
"check:links:internal" : " npm run _check:links:internal" ,
40
40
"check:links" : " npm run _check:links" ,
41
41
"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'" ,
43
43
"check:text" : " npm run _check:text -- " ,
44
44
"check" : " npm run seq -- $(npm run -s _list:check:*)" ,
45
45
"clean" : " make clean" ,
You can’t perform that action at this time.
0 commit comments