about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYoung-Flash <dongyang@apache.org>2024-02-02 18:23:11 +0800
committerYoung-Flash <dongyang@apache.org>2024-02-02 18:23:11 +0800
commit70d61418598135b3a26a07c0cfdfb448965f3897 (patch)
tree71b37dfcd1577ab6507f6ac8dc8bc8299a7bfb10
parentba2910a3a716f0bcc7f18afddc89daf8b51c297e (diff)
downloadrust-70d61418598135b3a26a07c0cfdfb448965f3897.tar.gz
rust-70d61418598135b3a26a07c0cfdfb448965f3897.zip
internal: update .typos.tmol
-rw-r--r--.typos.toml38
1 files changed, 7 insertions, 31 deletions
diff --git a/.typos.toml b/.typos.toml
index b46fd902ac9..e638a3e648d 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -1,49 +1,25 @@
 [default.extend-identifiers]
-makro = "makro"
-VisibilityExplicity = "VisibilityExplicity"
-impl_froms = "impl_froms"
 AnserStyle = "AnserStyle"
-explicity = "explicity"
-syntaxically = "syntaxically"
 datas = "datas"
+impl_froms = "impl_froms"
 selfs = "selfs"
-TOOD = "TOOD"
-strustS = "strustS"
-new_function_with_generics_and_wheres = "new_function_with_generics_and_wheres"
-Defaul = "Defaul"
-nto = "nto"
-nknown = "nknown"
-ded = "ded"
-truct = "truct"
-inpu = "inpu"
-Convertable = "Convertable"
-substitude = "substitude"
-nner = "nner"
-Contro = "Contro"
-numbe = "numbe"
-MyUnio = "MyUnio"
 
 [default.extend-words]
 anser = "anser"
 ba = "ba"
-fromed = "fromed"
 fo = "fo"
-trivias = "trivias"
-mmaped = "mmaped"
-mis = "mis"
 ket = "ket"
-foor = "foor"
-FPR = "FPR"
-mak = "mak"
-OT = "OT"
+makro = "makro"
 raison = "raison"
-strat = "strat"
-unaccessable = "unaccessable"
+trivias = "trivias"
+TOOD = "TOOD"
 
 [default]
 extend-ignore-re = [
     # ignore string which contains $x (x is a num), which use widely in test
-    ".*\\$\\d.*"
+    ".*\\$\\d.*",
+    # ignore generated content like `boxed....nner()`, `Defaul...efault`
+    "\\w*\\.{3,4}\\w*",
 ]
 
 [files]