Skip to content

Commit 7209e67

Browse files
committed
Simplify cspell config to ignore all versioned docs
Signed-off-by: Abhiraj Marne <abhirajmarne11@gmail.com>
1 parent 578cd18 commit 7209e67

File tree

1 file changed

+2
-74
lines changed

1 file changed

+2
-74
lines changed

cspell.json

Lines changed: 2 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"**/api-docs.md",
1010
"content/*docs/policy/approval/approver-policy/api-reference.md",
1111
"content/*docs/trust/trust-manager/api-reference.md",
12-
"content/v1.9-docs/**",
13-
"content/v1.8-docs/**",
14-
"content/announcements/**",
15-
"content/docs/cli/**",
16-
"content/docs/concepts/**",
17-
"content/docs/configuration/**"
12+
"content/v*-docs/**"
1813
],
1914
"dictionaryDefinitions": [
2015
{
@@ -29,77 +24,10 @@
2924
"words": [
3025
"letsencrypt",
3126
"eksctl",
32-
"oyaml",
3327
"frontmatter",
3428
"presubmits",
3529
"gendocs",
36-
"apikey",
37-
"OCSP",
38-
"keyid",
39-
"paulbouwer",
40-
"noout",
41-
"ddcs",
42-
"citadelclient",
43-
"credencials",
44-
"showcerts",
45-
"eabsecret",
46-
"tflxs",
47-
"dvpj",
48-
"tpvht",
49-
"xpkp",
50-
"mananager",
51-
"overwriten",
52-
"GOARCH",
53-
"AWSPCAC",
54-
"myingress",
55-
"Bloggs",
56-
"Kubec",
57-
"kubeconfig",
58-
"vmodule",
59-
"fluxcd",
60-
"aadpodidentity",
61-
"identites",
62-
"aadpodidbinding",
63-
"kubeletidentity",
64-
"myproject",
65-
"resolv",
66-
"alidns",
67-
"abion",
68-
"arvan",
69-
"clustermyissuers",
70-
"myapp",
71-
"myissuer",
72-
"myissuers",
73-
"civo",
74-
"gandi",
75-
"selectel",
76-
"loopia",
77-
"dnssec",
78-
"nslookup",
79-
"HMACSHA",
80-
"urandom",
81-
"HMAC",
82-
"JEXAMPLE",
83-
"kiam",
84-
"AKIAIOSFODNN",
85-
"gdhvg",
86-
"ADCS",
87-
"CFSSL",
88-
"multirootca",
89-
"hvwsb",
90-
"vield",
91-
"ojsonpath",
92-
"dnsmasq",
93-
"wtlww",
94-
"fqtfg",
95-
"wehbook",
96-
"connaisseur",
97-
"nlzsq",
98-
"turorials",
99-
"Palo",
100-
"csinodes",
101-
"csidrivers",
102-
"ciss"
30+
"Bloggs"
10331
],
10432
"ignoreCase": true,
10533
"allowCompoundWords": true,

0 commit comments

Comments
 (0)