SERVER-95646 Improve spell checking in bazel files (#30469)
GitOrigin-RevId: f104b4502c410ca177cb9a4d128c34b6365772ce
This commit is contained in:
committed by
MongoDB Bot
parent
ad2390566a
commit
f6a68b1e8f
@@ -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",
|
||||
)
|
||||
|
||||
15
cspell.json
15
cspell.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user