forked from grafana/iot-sitewise-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell.config.json
69 lines (69 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
61
62
63
64
65
66
67
68
69
{
"language": "en",
"ignorePaths": [
"coverage/**",
"dist/**",
"go.sum",
"mage_output_file.go",
"node_modules/**",
"pkg/**/*_test.go",
"provisioning/**/*.yaml",
"**/testdata/*.json",
"**/dashboards/*.json",
"src/static/**",
"vendor/**",
"yarn.lock"
],
"words": [
"Sitewise",
"sitewise",
"datasource",
"datasources",
"isob",
"testid",
"testdata",
"vbytes",
"Vals",
"Aggs",
"Collapsable",
"patrickmn",
"awsds",
"swclient",
"swcfg",
"sess",
"sesh",
"iotsitewiseiface",
"awsds",
"stretchr",
"propvals",
"LOCF",
"srvr",
"instancemgmt",
"nanos",
"stddev",
"kwatt",
"magefile",
"dserrors",
"querytype",
"timeseries",
"nolint",
"staticcheck",
"typecheck",
"commitish",
"dontHide",
"renton",
"assetids",
"ahom",
"opentelemetry",
"httptrace",
"otelhttptrace",
"idastambuk",
"fridgepoet",
"errgroup",
"ectx",
"reqs",
"struct",
"combobox",
"Cacheable"
]
}