66 lines
1.0 KiB
TOML
66 lines
1.0 KiB
TOML
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
".git/",
|
|
"deps/",
|
|
# crc16_slottable is primarily pre-generated random strings.
|
|
"src/crc16_slottable.h",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default.extend-words]
|
|
exat = "exat"
|
|
optin = "optin"
|
|
smove = "smove"
|
|
|
|
[type.c]
|
|
extend-ignore-re = [
|
|
"BA3E2571", # sha1.c
|
|
"D4C4DAA4", # sha1.c
|
|
"Georg Nees",
|
|
"\\[l\\]ist", # eval.c
|
|
'"LKE"', # test_rax.c
|
|
]
|
|
|
|
[type.tcl]
|
|
extend-ignore-re = [
|
|
"DUMPed",
|
|
]
|
|
|
|
[type.c.extend-identifiers]
|
|
advices = "advices"
|
|
clen = "clen"
|
|
fle = "fle"
|
|
nd = "nd"
|
|
ot = "ot"
|
|
|
|
[type.tcl.extend-identifiers]
|
|
oll = "oll"
|
|
stressers = "stressers"
|
|
|
|
[type.sv.extend-identifiers]
|
|
# sv = .h
|
|
fo = "fo"
|
|
|
|
[type.sv.extend-words]
|
|
# sv = .h
|
|
seeked = "seeked"
|
|
|
|
[type.c.extend-words]
|
|
arange = "arange"
|
|
fo = "fo"
|
|
frst = "frst"
|
|
limite = "limite"
|
|
pn = "pn"
|
|
seeked = "seeked"
|
|
tre = "tre"
|
|
|
|
[type.systemd.extend-words]
|
|
# systemd = .conf
|
|
ake = "ake"
|
|
|
|
[type.tcl.extend-words]
|
|
fo = "fo"
|
|
tre = "tre"
|