Skip to content

Commit 83a8e4c

Browse files
committed
chore: Sort typos.toml
1 parent bd4a800 commit 83a8e4c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

typos.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[files]
22
extend-exclude = [
33
# exclude git (sub)modules and generated content
4-
"compiler/rustc_codegen_gcc",
5-
"compiler/rustc_codegen_cranelift",
64
"compiler/rustc_baked_icu_data",
7-
"library/compiler-builtins",
5+
"compiler/rustc_codegen_cranelift",
6+
"compiler/rustc_codegen_gcc",
87
"library/backtrace",
8+
"library/compiler-builtins",
99
"library/stdarch",
1010
# generated lorem ipsum texts
1111
"library/alloctests/benches/str.rs",
@@ -16,24 +16,24 @@ extend-exclude = [
1616
# Add exclusions here, lines should be like `x = "x"`, where `x` is excluded word.
1717
#
1818
# Also see docs: https://github.com/crate-ci/typos/blob/v1.28.2/docs/reference.md
19-
rplace = "rplace"
2019
arange = "arange"
21-
unstalled = "unstalled"
22-
taits = "taits"
20+
childs = "childs"
21+
clonable = "clonable"
2322
Datas = "Datas"
24-
splitted = "splitted"
23+
filetimes = "filetimes"
2524
leafs = "leafs"
2625
makro = "makro"
26+
misformed = "misformed"
27+
moreso = "moreso"
2728
optin = "optin"
28-
unparseable = "unparseable"
29+
publically = "publically"
30+
rplace = "rplace"
2931
smove = "smove"
30-
childs = "childs"
31-
filetimes = "filetimes"
32-
misformed = "misformed"
32+
splitted = "splitted"
33+
taits = "taits"
3334
targetting = "targetting"
34-
publically = "publically"
35-
clonable = "clonable"
36-
moreso = "moreso"
35+
unparseable = "unparseable"
36+
unstalled = "unstalled"
3737

3838
# this can be valid word, depends on dictionary edition
3939
#matcheable = "matcheable"
@@ -46,14 +46,14 @@ moreso = "moreso"
4646
# I.e. you don't want (or can't) fix some constant name, like
4747
# `DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME` but actually
4848
# want to see `INVAILD` typo fixed in other places.
49-
ERROR_FILENAME_EXCED_RANGE = "ERROR_FILENAME_EXCED_RANGE"
5049
DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME = "DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME"
50+
EnzymeTypeTreeShiftIndiciesEq = "EnzymeTypeTreeShiftIndiciesEq"
51+
ERRNO_ACCES = "ERRNO_ACCES"
5152
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS = "ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS"
5253
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC = "ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC"
54+
ERROR_FILENAME_EXCED_RANGE = "ERROR_FILENAME_EXCED_RANGE"
5355
ERROR_MCA_OCCURED = "ERROR_MCA_OCCURED"
54-
ERRNO_ACCES = "ERRNO_ACCES"
5556
tolen = "tolen"
56-
EnzymeTypeTreeShiftIndiciesEq = "EnzymeTypeTreeShiftIndiciesEq"
5757

5858
[default]
5959
extend-ignore-words-re = [

0 commit comments

Comments
 (0)