chore: Sort typos.toml
This commit is contained in:
36
typos.toml
36
typos.toml
@@ -1,11 +1,11 @@
|
||||
[files]
|
||||
extend-exclude = [
|
||||
# exclude git (sub)modules and generated content
|
||||
"compiler/rustc_codegen_gcc",
|
||||
"compiler/rustc_codegen_cranelift",
|
||||
"compiler/rustc_baked_icu_data",
|
||||
"library/compiler-builtins",
|
||||
"compiler/rustc_codegen_cranelift",
|
||||
"compiler/rustc_codegen_gcc",
|
||||
"library/backtrace",
|
||||
"library/compiler-builtins",
|
||||
"library/stdarch",
|
||||
# generated lorem ipsum texts
|
||||
"library/alloctests/benches/str.rs",
|
||||
@@ -16,24 +16,24 @@ extend-exclude = [
|
||||
# Add exclusions here, lines should be like `x = "x"`, where `x` is excluded word.
|
||||
#
|
||||
# Also see docs: https://github.com/crate-ci/typos/blob/v1.28.2/docs/reference.md
|
||||
rplace = "rplace"
|
||||
arange = "arange"
|
||||
unstalled = "unstalled"
|
||||
taits = "taits"
|
||||
childs = "childs"
|
||||
clonable = "clonable"
|
||||
Datas = "Datas"
|
||||
splitted = "splitted"
|
||||
filetimes = "filetimes"
|
||||
leafs = "leafs"
|
||||
makro = "makro"
|
||||
optin = "optin"
|
||||
unparseable = "unparseable"
|
||||
smove = "smove"
|
||||
childs = "childs"
|
||||
filetimes = "filetimes"
|
||||
misformed = "misformed"
|
||||
targetting = "targetting"
|
||||
publically = "publically"
|
||||
clonable = "clonable"
|
||||
moreso = "moreso"
|
||||
optin = "optin"
|
||||
publically = "publically"
|
||||
rplace = "rplace"
|
||||
smove = "smove"
|
||||
splitted = "splitted"
|
||||
taits = "taits"
|
||||
targetting = "targetting"
|
||||
unparseable = "unparseable"
|
||||
unstalled = "unstalled"
|
||||
|
||||
# this can be valid word, depends on dictionary edition
|
||||
#matcheable = "matcheable"
|
||||
@@ -46,14 +46,14 @@ moreso = "moreso"
|
||||
# I.e. you don't want (or can't) fix some constant name, like
|
||||
# `DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME` but actually
|
||||
# want to see `INVAILD` typo fixed in other places.
|
||||
ERROR_FILENAME_EXCED_RANGE = "ERROR_FILENAME_EXCED_RANGE"
|
||||
DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME = "DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME"
|
||||
EnzymeTypeTreeShiftIndiciesEq = "EnzymeTypeTreeShiftIndiciesEq"
|
||||
ERRNO_ACCES = "ERRNO_ACCES"
|
||||
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS = "ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS"
|
||||
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC = "ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC"
|
||||
ERROR_FILENAME_EXCED_RANGE = "ERROR_FILENAME_EXCED_RANGE"
|
||||
ERROR_MCA_OCCURED = "ERROR_MCA_OCCURED"
|
||||
ERRNO_ACCES = "ERRNO_ACCES"
|
||||
tolen = "tolen"
|
||||
EnzymeTypeTreeShiftIndiciesEq = "EnzymeTypeTreeShiftIndiciesEq"
|
||||
|
||||
[default]
|
||||
extend-ignore-words-re = [
|
||||
|
||||
Reference in New Issue
Block a user