11[files ]
22extend-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"
2019arange = " arange"
21- unstalled = " unstalled "
22- taits = " taits "
20+ childs = " childs "
21+ clonable = " clonable "
2322Datas = " Datas"
24- splitted = " splitted "
23+ filetimes = " filetimes "
2524leafs = " leafs"
2625makro = " makro"
26+ misformed = " misformed"
27+ moreso = " moreso"
2728optin = " optin"
28- unparseable = " unparseable"
29+ publically = " publically"
30+ rplace = " rplace"
2931smove = " smove"
30- childs = " childs"
31- filetimes = " filetimes"
32- misformed = " misformed"
32+ splitted = " splitted"
33+ taits = " taits"
3334targetting = " 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"
5049DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME = " DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME"
50+ EnzymeTypeTreeShiftIndiciesEq = " EnzymeTypeTreeShiftIndiciesEq"
51+ ERRNO_ACCES = " ERRNO_ACCES"
5152ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS = " ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS"
5253ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC = " ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC"
54+ ERROR_FILENAME_EXCED_RANGE = " ERROR_FILENAME_EXCED_RANGE"
5355ERROR_MCA_OCCURED = " ERROR_MCA_OCCURED"
54- ERRNO_ACCES = " ERRNO_ACCES"
5556tolen = " tolen"
56- EnzymeTypeTreeShiftIndiciesEq = " EnzymeTypeTreeShiftIndiciesEq"
5757
5858[default ]
5959extend-ignore-words-re = [
0 commit comments