-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy path.cspell.json
More file actions
95 lines (95 loc) · 1.86 KB
/
Copy path.cspell.json
File metadata and controls
95 lines (95 loc) · 1.86 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"version": "0.2",
"language": "en",
"//": "Dictionary-based spell check of hand-written prose docs. Common misspellings across all Markdown are caught separately by `typos` (see _typos.toml). cspell ignores code blocks here so its custom-word list stays small; typos covers spelling inside code fences.",
"dictionaries": [
"software-terms",
"companies",
"misc",
"filetypes",
"npm",
"node",
"go",
"bash",
"k8s",
"docker",
"python",
"aws",
"html",
"css",
"markdown",
"en_US"
],
"ignoreRegExpList": [
"/```[\\s\\S]*?```/",
"/`[^`]+`/"
],
"ignorePaths": [
"docs/fields.md",
"docs/executor_swagger.md",
"docs/workflow-controller-configmap.md",
"docs/cli/**",
"docs/new-features.md",
"docs/use-cases/**",
"docs/README.md",
"docs/upgrading.md",
"docs/tested-kubernetes-versions.md",
"docs/walk-through/the-structure-of-workflow-specs.md",
"docs/go-sdk-guide.md",
"docs/database-migrations.md",
"USERS.md"
],
"words": [
"alibabacloud",
"aliyuncs",
"Anthos",
"apiclient",
"appr",
"argodbuser",
"argoexec",
"artgc",
"artifactgc",
"clientset",
"clusterworkflowtemplate",
"Creds",
"cronworkflow",
"cronworkflows",
"cwft",
"daemoned",
"embeddoc",
"featuregen",
"ffsv",
"gcflags",
"gloglevel",
"GOPATH",
"goroutines",
"govaluate",
"grpcurl",
"HEALTHZ",
"instanceid",
"Kaniko",
"Killercoda",
"klog",
"multiclient",
"mainctrfs",
"mypassword",
"nonroot",
"podpriority",
"promtail",
"robfig",
"secretkey",
"Siri",
"STEPNAME",
"strconv",
"STRFTIMECHAR",
"TASKNAME",
"taskresult",
"tmple",
"Triaging",
"wftmpl",
"workflowkey",
"workflowtemplate",
"workflowtemplates",
"zstd"
]
}