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