-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.typos.toml
More file actions
38 lines (36 loc) · 840 Bytes
/
.typos.toml
File metadata and controls
38 lines (36 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[files]
extend-exclude = [
".venv",
"venv",
"assets",
"schema/argo-workflows.json",
"python/understack-workflows/tests/json_samples/",
"containers/*/patches",
"go.mod",
"ansible/roles/statuses/defaults/main.yaml",
"apps/infra/*.yaml",
"apps/operators/*.yaml",
"apps/global/*.yaml",
"apps/site/*.yaml",
"apps/openstack/*.yaml",
]
[default]
extend-ignore-identifiers-re = [
"ironic_retrive_*",
]
extend-ignore-re = [
"chartVersion:.*",
]
[default.extend-words]
# Don't correct "HPE"
HPE = "HPE"
fo = "fo"
sme = "sme"
4caf50 = "4caf50"
ist = "ist"
# upstream OpenStack Helm typo
retreive = "retreive"
# Intentionally truncated process names in health probe (15 char limit)
metadat = "metadat"
# operators/rook/values-cluster.yaml mentions "ceph-blockpool-ecoded"
ecoded = "ecoded"