Skip to content

Commit 8347bec

Browse files
committed
MEDIUM: expand dictionaries with new technical terms
Add new dictionary files for common developer abbreviations and testing terminology. Expand existing dictionaries (cloud, programming, security) with additional industry-standard terms, acronyms, and jargon. Existing files were also sorted alphabetically to maintain organization. This update will reduce false positive spelling errors when checking commit messages that contain common technical vocabulary and abbreviations.
1 parent 780cd2e commit 8347bec

18 files changed

Lines changed: 640 additions & 58 deletions
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Common developer abbreviations and shorthand
2+
agg
3+
asc
4+
attrs
5+
btn
6+
cnt
7+
comms
8+
cond
9+
dir
10+
dirs
11+
fns
12+
gte
13+
impl
14+
infos
15+
kpi
16+
kpis
17+
kv
18+
lte
19+
mem
20+
mgmt
21+
num
22+
optim
23+
pre
24+
reorg
25+
repos
26+
sig
27+
svc
28+
todo
29+
todos
30+
topo
31+
txn
32+
txns
33+
unsub
34+
wip

aspell/dictionaries/cloud.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Cloud, containers, Kubernetes, and infrastructure terms
22
ansible
3+
asg
34
autoscale
45
autoscaler
56
autoscaling
@@ -32,8 +33,8 @@ datacenters
3233
deprovisioning
3334
devstack
3435
dockerd
35-
dockerfiles
3636
dockerfile
37+
dockerfiles
3738
dockerize
3839
dynamodb
3940
ebs
@@ -50,6 +51,7 @@ flannel
5051
gce
5152
gcp
5253
gke
54+
godaddy
5355
grafana
5456
grpc
5557
haproxy
@@ -63,6 +65,7 @@ hypervisors
6365
iaas
6466
iam
6567
ingresses
68+
irsa
6669
istio
6770
k3s
6871
k8s
@@ -76,6 +79,7 @@ kubelet
7679
kubernetes
7780
letsencrypt
7881
linkerd
82+
liveness
7983
lxc
8084
metallb
8185
minikube
@@ -113,17 +117,18 @@ saas
113117
schedulable
114118
sidecar
115119
sidecars
116-
slos
117120
sla
118121
slas
119122
sli
120123
slis
121124
slo
125+
slos
122126
sns
123127
sqs
124128
ssm
125129
statefulset
126130
statefulsets
131+
sts
127132
subresource
128133
terraform
129134
terragrunt

0 commit comments

Comments
 (0)