Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Srivastava <ashutosh3002@gmail.com>
  • Loading branch information
h4shk4t committed Mar 17, 2024
1 parent d163420 commit 0338dee
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 159 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
hugo version
- name: Build
run: |
make build
run: |
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ check-all-links: clean build link-checker-setup
bin/htmltest --conf .htmltest.external.yml

spellcheck:
npm install cspell
npm run spellcheck
cd scripts/cspell && ./spellcheck.sh
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json → scripts/cspell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json → scripts/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"cspell": "^8.6.0"
},
"scripts": {
"spellcheck": "cspell \"content/**\" --quiet"
"spellcheck": "cspell \"../../content/**\" --quiet"
}
}
279 changes: 128 additions & 151 deletions project-words.txt → scripts/cspell/project-words.txt
Original file line number Diff line number Diff line change
@@ -1,166 +1,143 @@
hasparent
EMSGSIZE
Zipkin
OTLP
upsample
uberctx
opentracing
opentelemetry
JAXRS
Dropwizard
Ingester
ingester
keyspace
proto
jaegertracing
afzal
alertmanager
ansari
ansh
ashmita
autoscale
autoscaler
bansal
behaviour
bohara
bootcamp
boths
certfile
changeme
clickhouse
cncf
conrolled
containerd
cqlsh
DATACENTER
datacenter
cqlshrc
CQLSH
certfile
userkey
usercert
quickstart
zipkin
tchannel
hostnames
behaviour
lookback
openzipkin
ZIPKIN
GOPATH
Istio
daemonset
datacenter
datasource
developercertificate
dilligence
distirbuted
documentiing
downsampling
dropwizard
dsoie
eddsa
emsgsize
equipped
expvar
fargate
farro
flink
fluentd
glvs
gobin
gopath
goyal
hasparent
healthcheck
navtitle
ratelimiting
ratelimited
Flink
keyn
valuen
thriftrw
Healthcheck
struct
Protobuf
Shkuro
shortcode
Strimzi's
myapp
myversion
operatorhub
tolerations
rolebinding
myappnamespace
daemonset
healthz
healtz
hostnames
hostport
Proto
Reindex
reindexing
reindex
htpasswd
jdoe
changeme
initialisation
Istio's
NSSM
nssm
trft
Logz
Lookback
Alertmanager
workqueue
Autoscaler
autoscale
Autoscale
myproject
statefulset
ingester
ingester's
Keycloak
ingesters
ingestor
tracegen
Tracegen
vlog
xvzf
GOBIN
initialisation
istio
istio's
jaegertracing
jaxrs
jdoe
jemalloc
KEYREGISTRY
OLAP
Clickhouse
clickhouse
pavolloffay
Farro
Weaveworks
Paixão
Kröhling
Juraci
protobuf
Volz
spanmetrics
metricsquery
Microsim
SPANMETRICS
Spanmetrics
Promethesus
Opentelemetry
Dsoie
Promscale
otlp
healthz
juraci
keycloak
keyn
keyregistry
keyserver
keyspace
kiriti
kröhling
logtostderr
Fargate
myservice
logz
lookback
mailgroup
marck
mentee
mentees
mentorships
metricsquery
metricsstore
microsim
mutkure
myapp
myappnamespace
mynamespace
healtz
myproject
myservice
myversion
navtitle
nssm
olap
opentelemetry
opentracing
openzipkin
operatorhub
otel
otlp
outreachy
paixão
parentbased
pavolloffay
prakriti
prathamesh
promethesus
prometheusexporter
promscale
proto
protobuf
quickstart
ratelimited
ratelimiting
readyz
conrolled
rebalance
Ingesters
reddy
reindex
reindexing
rolebinding
shkuro
shortcode
soria
spanmetrics
stackoverflow
statefulset
strimzi's
struct
tchannel
telemtery
thriftrw
tolerations
tracegen
trft
uberctx
unmarshaling
upsample
usercert
userkey
valuen
variery
Telemtery
OTEL
parentbased
otel
distirbuted
equipped
metricsstore
prometheusexporter
boths
Jaegertracing
EDDSA
CNCF
Stackoverflow
Mentorships
documentiing
Mentees
Bootcamp
dilligence
Mentee
metorship
Ansh
Goyal
Mutkure
Prathamesh
Reddy
Yashwanth
Ansari
Afzal
GLVS
Kiriti
Bohara
Ashmita
Soria
Bansal
Prakriti
Marck
mentee
Outreachy
containerd
Fluentd
keyserver
flink
downsampling
mailgroup
datasource
developercertificate
vlog
volz
weaveworks
workqueue
xvzf
yashwanth
zipkin
7 changes: 7 additions & 0 deletions scripts/cspell/spellcheck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if ! sort -c project-words.txt; then \
echo "project-words.txt is not sorted." && exit 1; \
fi
npm install cspell
npm run spellcheck
2 changes: 0 additions & 2 deletions scripts/requirements.txt

This file was deleted.

0 comments on commit 0338dee

Please sign in to comment.