mongo/cspell.json
Mathias Stearn f6a68b1e8f SERVER-95646 Improve spell checking in bazel files (#30469)
GitOrigin-RevId: f104b4502c410ca177cb9a4d128c34b6365772ce
2024-12-18 16:43:03 +00:00

86 lines
1.7 KiB
JSON

{
"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)?"
]
}