Skip to content

Commit

Permalink
Add spell checker to test workflow (#665)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
  • Loading branch information
h4shk4t committed Feb 1, 2024
1 parent c1d6d05 commit 13b9a6a
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 0.2
language: en

dictionaryDefinitions:
- name: project-words
path: '.project-words.txt'
addWords: true

dictionaries:
- project-words
7 changes: 7 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
- name: Build and test links
run: |
make check-internal-links
- name: Spelling Check
uses: streetsidesoftware/cspell-action@v5.3.0
with:
files: /
content/**/*.md
config: .cspell.yml
143 changes: 143 additions & 0 deletions .project-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
accountingservice
adservice
alibaba
Alloc
Alolita
APAC
appdynamics
appender
appenders
aspecto
autoload
autoloaded
autoloader
autoloading
backoff
bytecode
caml
cartservice
cassandra
checkoutservice
cncf
currencyservice
daemonset
datadog
declarators
discoverability
dotnet
Dyla
dynatrace
emailservice
EMEA
erlang
errorf
featureflagservice
frauddetectionservice
frontendproxy
github
gitpod
grafana
gzipped
Hausenblas
hugo
initializers
instana
istio
jaeger
jaegertracing
javaagent
javadoc
jboss
jdbc
julia
Juraci
knative
kotlin
Kröhling
kubecon
kubernetes
laravel
lifecycles
lightstep
linux
Loffay
Mancuso
microservices
mongodb
mysql
ndjson
netlify
Neumann
nginx
ocaml
opamp
opencensus
opensearch
opentelemetry
opentracing
openzipkin
otel
otelcomms
otelendusers
otelcol
otep
otlp
overridable
packagist
Paixão
parentbased
Pavol
paymentservice
pluggable
postgresql
Pranay
Prateek
prepper
Println
productcatalogservice
prometheus
proto
protobuf
quantile
quantiles
quarkus
quoteservice
recommendationservice
redis
relref
Rexed
roadmap
runtimes
Rynn
semconv
servlet
Severin
Sharma
shippingservice
shortcode
snmp
Socha
sqlite
Stalnaker
stdoutmetric
Strimzi
subdir
symfony
tabpane
textlint
thanos
tocstop
tracecontext
traceidratio
traceloop
traceparent
traefik
Trask
uids
unshallow
upstreamed
Villela
wordpress
WSGI
zend
zipkin

0 comments on commit 13b9a6a

Please sign in to comment.