-
Notifications
You must be signed in to change notification settings - Fork 5.6k
/
cspell.json
85 lines (85 loc) · 1.7 KB
/
cspell.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"version": "0.2",
"language": "en",
"languageSettings": [
{
"languageId": [
"starlark"
],
"dictionaries": [
"python"
],
"allowCompoundWords": true // Bazel often omits separators between words
}
],
"words": [
"absl",
"AGCFR",
"bazel",
"bson",
"bsonobj",
"bufbuilder",
"checkpointing",
"cohosted",
"configsvr",
"Decorable",
"defragmentation",
"defragmentations",
"defragmenting",
"deprioritized",
"deprioritizing",
"directoryperdb",
"fromjson",
"FTDC",
"fullfillable",
"hdrs",
"idents",
"interruptible",
"invokable",
"itcount",
"journaled",
"journaling",
"jstests",
"logd",
"logv",
"multikey",
"multiversion",
"MVCC",
"noops",
"oplog",
"optimes",
"preimages",
"quiesces",
"RAII",
"reprioritization",
"reprioritized",
"resumability",
"retryable",
"RSTL",
"Seekable",
"semifuture",
"sharded",
"shardsvr",
"sizeStorer",
"srcs",
"starlark",
"stdx",
"stmts",
"subarray",
"subobj",
"subobject",
"tailable",
"tojsononeline",
"transactionally",
"txns",
"unreplicated",
"unsharded",
"untimestamped",
"upserted",
"wiredtiger",
"WUOW"
],
"ignoreRegExpList": [
"\\w*assert(ed)?"
]
}