SERVER-95646 Improve spell checking in bazel files (#30469)

GitOrigin-RevId: f104b4502c410ca177cb9a4d128c34b6365772ce
This commit is contained in:
Mathias Stearn
2024-12-18 17:02:50 +01:00
committed by MongoDB Bot
parent ad2390566a
commit f6a68b1e8f
2 changed files with 16 additions and 1 deletions

View File

@@ -47,5 +47,5 @@ create_link_deps = rule(
"target_name": attr.string(),
"link_deps": attr.label_list(providers = [CcInfo]),
},
doc = "create a psuedo target to query link deps for",
doc = "create a pseudo target to query link deps for",
)

View File

@@ -1,9 +1,21 @@
{
"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",
@@ -20,6 +32,7 @@
"fromjson",
"FTDC",
"fullfillable",
"hdrs",
"idents",
"interruptible",
"invokable",
@@ -48,6 +61,8 @@
"sharded",
"shardsvr",
"sizeStorer",
"srcs",
"starlark",
"stdx",
"stmts",
"subarray",