internal: update .typos.tmol
This commit is contained in:
parent
ba2910a3a7
commit
70d6141859
38
.typos.toml
38
.typos.toml
@ -1,49 +1,25 @@
|
|||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
makro = "makro"
|
|
||||||
VisibilityExplicity = "VisibilityExplicity"
|
|
||||||
impl_froms = "impl_froms"
|
|
||||||
AnserStyle = "AnserStyle"
|
AnserStyle = "AnserStyle"
|
||||||
explicity = "explicity"
|
|
||||||
syntaxically = "syntaxically"
|
|
||||||
datas = "datas"
|
datas = "datas"
|
||||||
|
impl_froms = "impl_froms"
|
||||||
selfs = "selfs"
|
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]
|
[default.extend-words]
|
||||||
anser = "anser"
|
anser = "anser"
|
||||||
ba = "ba"
|
ba = "ba"
|
||||||
fromed = "fromed"
|
|
||||||
fo = "fo"
|
fo = "fo"
|
||||||
trivias = "trivias"
|
|
||||||
mmaped = "mmaped"
|
|
||||||
mis = "mis"
|
|
||||||
ket = "ket"
|
ket = "ket"
|
||||||
foor = "foor"
|
makro = "makro"
|
||||||
FPR = "FPR"
|
|
||||||
mak = "mak"
|
|
||||||
OT = "OT"
|
|
||||||
raison = "raison"
|
raison = "raison"
|
||||||
strat = "strat"
|
trivias = "trivias"
|
||||||
unaccessable = "unaccessable"
|
TOOD = "TOOD"
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
extend-ignore-re = [
|
extend-ignore-re = [
|
||||||
# ignore string which contains $x (x is a num), which use widely in test
|
# 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]
|
[files]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user