Skip to content

Commit

Permalink
internal: update .typos.tmol
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Feb 2, 2024
1 parent ba2910a commit 70d6141
Showing 1 changed file with 7 additions and 31 deletions.
38 changes: 7 additions & 31 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 70d6141

Please sign in to comment.