-
Notifications
You must be signed in to change notification settings - Fork 54
/
cspell.config.json
60 lines (60 loc) · 1.08 KB
/
cspell.config.json
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
{
"ignorePaths": ["node_modules/**", "dist/**", "mage_output_file.go"],
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\""],
"words": [
"araddon",
"bmike",
"CTAV",
"Dataframe",
"DATAPROXY",
"datasource",
"datasources",
"dateparse",
"dfutil",
"dserrors",
"errorsource",
"ghinstallation",
"githubclient",
"githubv",
"googlegithub",
"grafana",
"grafanabot",
"groupby",
"healthcheck",
"HTMLURL",
"instancemgmt",
"jackspeak",
"kminehart",
"mergeable",
"Mergeable",
"mjseaman",
"nazzzzz",
"promop",
"PTRACE",
"PYPI",
"Quantile",
"querystring",
"querytype",
"rgba",
"RUBYGEMS",
"seccomp",
"shurcoo",
"stretchr",
"structs",
"tdigest",
"templating",
"testdata",
"TESTDATA",
"testid",
"testutil",
"textbox",
"timepicker",
"timeseries",
"typecheck",
"uplot",
"vals",
"vladimirdotk",
"Wrapf",
"confg" //this is unfortunately a typo in a file name that is not easy to fix
]
}