Skip to content

Commit 803900b

Browse files
committed
Configure cspell to ignore v1.9-docs and add common technical terms
Signed-off-by: Abhiraj Marne <abhirajmarne11@gmail.com>
1 parent 5d4c5a3 commit 803900b

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

cspell.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"yarn.lock",
99
"**/api-docs.md",
1010
"content/*docs/policy/approval/approver-policy/api-reference.md",
11-
"content/*docs/trust/trust-manager/api-reference.md"
11+
"content/*docs/trust/trust-manager/api-reference.md",
12+
"content/v1.9-docs/**"
1213
],
1314
"dictionaryDefinitions": [
1415
{
@@ -19,5 +20,36 @@
1920
],
2021
"dictionaries": [
2122
"project-words"
22-
]
23+
],
24+
"words": [
25+
"letsencrypt",
26+
"eksctl",
27+
"oyaml",
28+
"frontmatter",
29+
"presubmits",
30+
"gendocs",
31+
"apikey",
32+
"OCSP",
33+
"keyid",
34+
"paulbouwer",
35+
"noout",
36+
"ddcs",
37+
"citadelclient",
38+
"credencials",
39+
"showcerts",
40+
"eabsecret",
41+
"tflxs",
42+
"dvpj",
43+
"tpvht",
44+
"xpkp",
45+
"mananager",
46+
"overwriten",
47+
"GOARCH",
48+
"AWSPCAC",
49+
"myingress",
50+
"Bloggs"
51+
],
52+
"ignoreCase": true,
53+
"allowCompoundWords": true,
54+
"flagWords": []
2355
}

0 commit comments

Comments
 (0)